diff options
author | 2023-08-25 20:23:32 -0700 | |
---|---|---|
committer | 2023-08-26 08:26:18 -0700 | |
commit | 8f75585b375624c6e72599bc4366f1d636a4a475 (patch) | |
tree | c4f506550e74c83aa1a62bbe0eb733a205f4905b /java/testing.go | |
parent | 1725b20d144e7f7054e63f88e297c5461e6dbe9e (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.go | 2 |
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 { |