diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 37e63f5f9..387d59573 100644 --- a/java/testing.go +++ b/java/testing.go @@ -245,6 +245,7 @@ func registerRequiredBuildComponentsForTest(ctx android.RegistrationContext) { RegisterStubsBuildComponents(ctx) RegisterSystemModulesBuildComponents(ctx) registerSystemserverClasspathBuildComponents(ctx) + registerLintBuildComponents(ctx) } // gatherRequiredDepsForTest gathers the module definitions used by |