From 66f0863c32204c9ff10bc28ebbbdd9f5cbd26a94 Mon Sep 17 00:00:00 2001 From: irengrig Date: Fri, 17 Aug 2018 21:27:27 +0200 Subject: [PATCH] do not pass android ndk as additional dependency (#31) because now it gets passed with the cc_toolchain files --- examples/cmake_android/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/cmake_android/BUILD b/examples/cmake_android/BUILD index 23225961..9d8caeb7 100644 --- a/examples/cmake_android/BUILD +++ b/examples/cmake_android/BUILD @@ -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", )