aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/BUILD
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-06-12 07:34:02 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-12 11:52:33 +0000
commit7586c8b1e1918f7e6cac588ccddc4e811c104774 (patch)
treeb5d31d3c1174792587e02bfa6169385a3c939e23 /tools/android/BUILD
parent2e4c2aa834542c7979c96936e3e70666f688dc25 (diff)
Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider:
- Add stub targets to tools/android/BUILD - Make Constants.ANDROID_DEFAULT_SDK non-constant so that the classfile can be replaced in the .jar - Make AndroidTools complain if --android_sdk does not point to an android_sdk rule. - Make the default visibility in the BUILD file generated by android_sdk_repository public -- MOS_MIGRATED_REVID=95816158
Diffstat (limited to 'tools/android/BUILD')
-rw-r--r--tools/android/BUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index 9b64988475..de5114b410 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -1,5 +1,37 @@
package(default_visibility = ["//visibility:public"])
+filegroup(name = "sdk")
+
+filegroup(
+ name = "incremental_stub_application",
+ srcs = [],
+)
+
+filegroup(
+ name = "incremental_split_stub_application",
+ srcs = [],
+)
+
+sh_binary(
+ name = "aar_generator",
+ srcs = ["fail.sh"],
+)
+
+sh_binary(
+ name = "resources_processor",
+ srcs = ["fail.sh"],
+)
+
+sh_binary(
+ name = "merge_dexzips",
+ srcs = ["fail.sh"],
+)
+
+sh_binary(
+ name = "shuffle_jars",
+ srcs = ["fail.sh"],
+)
+
py_binary(
name = "merge_manifests",
srcs = [