diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 0c79e9f7e..d5a19e9d2 100644 --- a/java/testing.go +++ b/java/testing.go @@ -388,7 +388,6 @@ func registerRequiredBuildComponentsForTest(ctx android.RegistrationContext) { RegisterStubsBuildComponents(ctx) RegisterSystemModulesBuildComponents(ctx) registerSystemserverClasspathBuildComponents(ctx) - registerLintBuildComponents(ctx) android.RegisterApexContributionsBuildComponents(ctx) } @@ -424,7 +423,9 @@ func gatherRequiredDepsForTest() string { "kotlin-stdlib-jdk8", "kotlin-annotations", "stub-annotations", + "aconfig-annotations-lib", + "aconfig_storage_reader_java", "unsupportedappusage", } |