aboutsummaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-03-22 13:56:43 +0000
committerPaul Duffin <paulduffin@google.com>2021-03-22 22:09:53 +0000
commit04ba70d665b0eb1e3a1898f594da40b46e788d15 (patch)
treebe375071e9bba13e6724d5daeea44ca4a7ddf33c /java/java_test.go
parent42da69d78439ffaaa1ce857837e5123360bd2c22 (diff)
Register the propagateRROEnforcementMutator
This adds the registration of the mutator to the existing register... method which will include it in PrepareForTestWithJavaBuildComponents. Bug: 182885307 Test: m nothing Change-Id: I6cea716a3ff4d8abdb80543b7e0ddf22246ffa30
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 6bebf3729..d27a73d30 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -126,10 +126,6 @@ func testContext(config android.Config) *android.TestContext {
// Register module types and mutators from cc needed for JNI testing
cc.RegisterRequiredBuildComponentsForTest(ctx)
- ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {
- ctx.TopDown("propagate_rro_enforcement", propagateRROEnforcementMutator).Parallel()
- })
-
return ctx
}