aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-10 17:22:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-10 17:22:24 +0000
commit33984eb6fa8872cf36c84b8cba9f727326790398 (patch)
treedbd47a43e4491b9b7b44a9f6af81e52f5937a745
parent2da1720fb501e38495e342882f83bdafdf9ec812 (diff)
parent3e2d4e6b592d4c12595099397f267d3c8ea4424e (diff)
downloadsmali-33984eb6fa8872cf36c84b8cba9f727326790398.tar.gz
Merge "Merge Android R"
-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