2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00

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

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