aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/android_sdk_repository_template.bzl
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-04-05 19:45:08 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-04-06 11:00:29 +0200
commit2a6b8edb959fbc7adf7a081e399d5d43df703219 (patch)
tree368167aa3574cd60fb0a4789a8325b384442da0f /tools/android/android_sdk_repository_template.bzl
parent459f1300ff234da7d79b1887bd08edb734f79970 (diff)
Remove apkbuilder from Bazel's android_sdk.
RELNOTES: None PiperOrigin-RevId: 152292294
Diffstat (limited to 'tools/android/android_sdk_repository_template.bzl')
-rw-r--r--tools/android/android_sdk_repository_template.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/android/android_sdk_repository_template.bzl b/tools/android/android_sdk_repository_template.bzl
index adee22b8f3..153afcc541 100644
--- a/tools/android/android_sdk_repository_template.bzl
+++ b/tools/android/android_sdk_repository_template.bzl
@@ -76,7 +76,6 @@ def create_android_sdk_rules(
shrinked_android_jar = "platforms/android-%d/android.jar" % api_level,
annotations_jar = "tools/support/annotations.jar",
main_dex_classes = "build-tools/%s/mainDexClasses.rules" % build_tools_directory,
- apkbuilder = "@bazel_tools//third_party/java/apkbuilder:embedded_apkbuilder",
apksigner = ":apksigner",
zipalign = ":zipalign_binary",
resource_extractor = "@bazel_tools//tools/android:resource_extractor",