aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2018-11-06 16:22:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-06 16:22:32 +0000
commit5e3289c8ae72a59264415c1bdfa325e649c2df36 (patch)
tree974f008be449657e0d64df4f71e0cd34764f6b2c
parent68270cc4df9d462b53e4dd2e9395f698b792b2c8 (diff)
parent842ebb9fa15c83f7206f9c72e42495004d540993 (diff)
downloadsmali-5e3289c8ae72a59264415c1bdfa325e649c2df36.tar.gz
-rw-r--r--dexlib2/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/dexlib2/Android.bp b/dexlib2/Android.bp
index e9fab201..6d3769bb 100644
--- a/dexlib2/Android.bp
+++ b/dexlib2/Android.bp
@@ -30,3 +30,22 @@ java_library_host {
"smali-util",
],
}
+
+java_library_host {
+ name: "dexlib2-no-guava",
+
+ srcs: [
+ "src/main/java/**/*.java",
+ ],
+
+ libs: [
+ "guava",
+ ],
+
+ static_libs: [
+ "commons-cli-1.2",
+ "jcommander",
+ "jsr305",
+ "smali-util",
+ ],
+}