do not pass android ndk as additional dependency (#31)

because now it gets passed with the cc_toolchain files
This commit is contained in:
irengrig 2018-08-17 21:27:27 +02:00 committed by GitHub
parent 4b8af84398
commit 66f0863c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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",
)