diff options
author | 2021-05-10 15:30:00 -0700 | |
---|---|---|
committer | 2021-05-10 15:30:00 -0700 | |
commit | 476b9d6d17aa57fe34b6c46c23bfda1e73efa4ec (patch) | |
tree | 4870f7b1465d6f6e4af36f886c6d32085e01f2ef /java/testing.go | |
parent | d8561166eb3c360ecd6cfbbc1356bfc70e67c0b2 (diff) |
Strict updatability linting against dependencies.
Propagate strict_updatability_linting to transitive dependencies using a
top-down mutator.
Test: lint_test.go
Bug: 182349282
Change-Id: Ifc9e58f1a597e3c7725ee49b4027afb6f42f45cb
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 |