aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-10-12 12:19:14 -0700
committerJeff Gaston <jeffrygaston@google.com>2017-10-19 18:18:04 +0000
commit11b5c51d4e03369420b587dfdba2ee09be3afa33 (patch)
tree078f8bb058000706cfa273701750b66763714cdd /Android.bp
parente87ae20e2593015c7d30359311a64ef96b941680 (diff)
downloadbuild_soong-11b5c51d4e03369420b587dfdba2ee09be3afa33.tar.gz
build_soong-11b5c51d4e03369420b587dfdba2ee09be3afa33.tar.bz2
build_soong-11b5c51d4e03369420b587dfdba2ee09be3afa33.zip
split soong_zip into a library and a binary
to make it faster/easier to invoke from other Go programs (such as multiproduct_kati) Bug: 67478260 Test: m -j Change-Id: Idd2671a44290550197c88f53dd11a6dd39c85cc5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 32b89d1a..1f6ebe2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,6 +5,7 @@ subdirs = [
"fs",
"finder",
"jar",
+ "zip",
"third_party/zip",
"ui/*",
]