aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Onea <andreionea@google.com>2020-05-01 11:50:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-01 11:50:45 +0000
commit6e4ecb8e3b68459e8ede599fe776698000b85dbe (patch)
treedbd47a43e4491b9b7b44a9f6af81e52f5937a745
parent8eb5c6dd51ea893432b3d6fb8f053b1096e2dd12 (diff)
parentd7a2f5d25b17dd28d5b36ff5b3544d0a15bae590 (diff)
downloadsmali-6e4ecb8e3b68459e8ede599fe776698000b85dbe.tar.gz
Add dexlib target that doesn't bundle commons-cli am: 9b3c02f8d1 am: b6add02184 am: 1f1f72ce6d am: d7a2f5d25b
Change-Id: I8a669bc720b4a4a89ed8c0510fa82944dbd9c092
-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