summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-09-27 16:50:59 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-27 16:50:59 +0000
commitb16bd5dbe25ae4371cb3d743e46e67eae4c40b9b (patch)
tree78e33bc53ded26a74806bb513a40c7db582a0c87 /java/testing.go
parent22ad6c00c7b5ef51687bcde6fcfe4e7988a16d2c (diff)
parent874273545b58747a617cf418dd93cb1902d7de89 (diff)
Merge "Remove top down strict updatability checks" into main
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go
index 6cc9fd125..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)
}