From 9c525128d5911275219fa1094f9f6e8ad0cd7351 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Wed, 7 Feb 2024 16:24:45 +0000 Subject: Android.bp: Add dependency for Nullable Test: m Change-Id: If12a800e78e7508a74566208ab15f458ec2635d3 --- dexlib2/Android.bp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3