aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-08-27 10:16:33 -0700
committerXin Li <delphij@google.com>2020-08-27 10:16:33 -0700
commit9f6624c411b8f7149ccbb2e000597b1b16ae0caa (patch)
treedbd47a43e4491b9b7b44a9f6af81e52f5937a745
parent2da1720fb501e38495e342882f83bdafdf9ec812 (diff)
parentb6add021845b8b6f2a0e0ab18c2c1d281e22e19e (diff)
downloadsmali-9f6624c411b8f7149ccbb2e000597b1b16ae0caa.tar.gz
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)temp_sam_168057903
Bug: 166295507 Merged-In: Ifa05e30dabc9da3b5ecd25138b04da5fb196f475 Change-Id: I31dca54f3abc68de303bdfed6727112688e2f228
-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