aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2024-02-07 16:24:45 +0000
committerDavid Srbecky <dsrbecky@google.com>2024-02-07 16:25:34 +0000
commit9c525128d5911275219fa1094f9f6e8ad0cd7351 (patch)
tree4351144bc9442c69b3ea7e53aa2a60f3131a0562
parent881e090a430b241d4c03e5e0d2716291b7c9a029 (diff)
downloadgoogle-smali-9c525128d5911275219fa1094f9f6e8ad0cd7351.tar.gz
Android.bp: Add dependency for Nullable
Test: m Change-Id: If12a800e78e7508a74566208ab15f458ec2635d3
-rw-r--r--dexlib2/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dexlib2/Android.bp b/dexlib2/Android.bp
index 5be7f1cd..8c26eea7 100644
--- a/dexlib2/Android.bp
+++ b/dexlib2/Android.bp
@@ -25,6 +25,7 @@
static_libs: [
"guava",
"jsr305",
+ "auto_android_annotation_stubs",
],
}
@@ -42,5 +43,6 @@ java_library_host {
static_libs: [
"jsr305",
+ "auto_android_annotation_stubs",
],
} \ No newline at end of file