aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD')
-rw-r--r--tools/android/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index 340847e92e..302fa607f3 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -123,7 +123,10 @@ py_test(
py_binary(
name = "aar_embedded_jars_extractor",
srcs = ["aar_embedded_jars_extractor.py"],
- deps = ["//third_party/py/gflags"],
+ deps = [
+ ":junction_lib",
+ "//third_party/py/gflags",
+ ],
)
py_test(