From 129976722b0dc2e0f73c5bac1148c6cbe8ec3e44 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Thu, 3 Sep 2015 21:54:08 +0000 Subject: Quick fix for shipping the android tools in the Bazel binary This is not really nice, there are several hacks there. This repository will get removed in the future and linked to a remote one instead. I tested it against the tutorial and it works like a charm. mobile-install seems like to work, maybe that's also fixing the last issue reported in #392. Known issue: Java compilation output errors about files being modified in the future. -- MOS_MIGRATED_REVID=102282979 --- .../android/java/com/google/devtools/build/android/ziputils/BUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tools/android/java/com/google/devtools/build/android/ziputils') diff --git a/src/tools/android/java/com/google/devtools/build/android/ziputils/BUILD b/src/tools/android/java/com/google/devtools/build/android/ziputils/BUILD index f99ea5e701..3740a2a213 100644 --- a/src/tools/android/java/com/google/devtools/build/android/ziputils/BUILD +++ b/src/tools/android/java/com/google/devtools/build/android/ziputils/BUILD @@ -4,6 +4,11 @@ package( default_visibility = ["//visibility:public"], ) +filegroup( + name = "srcs", + srcs = glob(["**"]), +) + java_library( name = "ziputils_lib", srcs = glob( -- cgit v1.2.3