aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Onea <andreionea@google.com>2020-05-01 11:31:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-01 11:31:33 +0000
commit9f647943132ffc40eb3b9b2f87bce22bd54eaa1f (patch)
tree8aac47a7ae493053e267a44570424c70b0aeb581
parent5a9e407036c5643b57f04793023fc9c6aa2c5d72 (diff)
parentaff0371ad4c54034cb84f48e170367bb787cd5f2 (diff)
downloadsmali-9f647943132ffc40eb3b9b2f87bce22bd54eaa1f.tar.gz
Add dexlib target that doesn't bundle commons-cli am: 9b3c02f8d1 am: ea36b09549 am: aff0371ad4
Change-Id: I58135d3fe2f2095e7d2d2cad1e3494339b80b762
-rw-r--r--dexlib2/Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/dexlib2/Android.bp b/dexlib2/Android.bp
index c5b0ebdb..4132d45c 100644
--- a/dexlib2/Android.bp
+++ b/dexlib2/Android.bp
@@ -47,3 +47,21 @@ java_library_host {
"jsr305",
],
}
+
+java_library_host {
+ name: "dexlib2-no-guava-no-cli",
+
+ srcs: [
+ "src/main/java/**/*.java",
+ ],
+
+ libs: [
+ "guava",
+ "commons-cli-1.2",
+ ],
+
+ static_libs: [
+ "jcommander",
+ "jsr305",
+ ],
+} \ No newline at end of file