aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Onea <andreionea@google.com>2020-04-30 13:05:32 +0100
committerAndrei-Valentin Onea <andreionea@google.com>2020-04-30 13:34:50 +0000
commit9b3c02f8d1cf0e0fde6faaaf63bb0179af383100 (patch)
tree8aac47a7ae493053e267a44570424c70b0aeb581
parent5a9e407036c5643b57f04793023fc9c6aa2c5d72 (diff)
downloadsmali-9b3c02f8d1cf0e0fde6faaaf63bb0179af383100.tar.gz
Test: atest com.android.compatibility.common.tradefed.presubmit.DupFileTest#testDupFilesExist Test: atest CtsStrictJavaPackagesTestCases Bug: 153627444 Change-Id: I20da5e9df65630ef65c0b341eabe5c36f1a11f4c
-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