do not pass android ndk as additional dependency (#31)
because now it gets passed with the cc_toolchain files
This commit is contained in:
parent
4b8af84398
commit
66f0863c32
|
@ -3,9 +3,6 @@ load("@gmaven_rules//:defs.bzl", "gmaven_artifact")
|
|||
|
||||
cmake_external(
|
||||
name = "libhello",
|
||||
additional_tools = [
|
||||
"@androidndk//:files",
|
||||
],
|
||||
lib_source = "//examples/cmake_hello_world_lib:srcs",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue