aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-08 16:54:56 -0700
committerXin Li <delphij@google.com>2020-09-08 16:54:56 -0700
commit3e2d4e6b592d4c12595099397f267d3c8ea4424e (patch)
treedbd47a43e4491b9b7b44a9f6af81e52f5937a745
parent2da1720fb501e38495e342882f83bdafdf9ec812 (diff)
parent9f6624c411b8f7149ccbb2e000597b1b16ae0caa (diff)
downloadsmali-3e2d4e6b592d4c12595099397f267d3c8ea4424e.tar.gz
Merge Android R
Bug: 168057903 Merged-In: I31dca54f3abc68de303bdfed6727112688e2f228 Change-Id: I1f7bc67e665d4c4c13f1db07e409da444ebb3e70
-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