summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2023-08-25 20:23:32 -0700
committer Joe Onorato <joeo@google.com> 2023-08-26 08:26:18 -0700
commit8f75585b375624c6e72599bc4366f1d636a4a475 (patch)
treec4f506550e74c83aa1a62bbe0eb733a205f4905b /java/testing.go
parent1725b20d144e7f7054e63f88e297c5461e6dbe9e (diff)
Add aconfig annotations for java_aconfig_library
Test: m Bug: 289087078 Change-Id: I860b91f984b2f2c596360490337fb25a4df7a988
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go
index 3a238d76f..7f6ee57d3 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -385,6 +385,8 @@ func gatherRequiredDepsForTest() string {
"kotlin-stdlib-jdk8",
"kotlin-annotations",
"stub-annotations",
+
+ "aconfig-annotations-lib",
}
for _, extra := range extraModules {