Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies."

This commit is contained in:
Jaewoong Jung
2020-10-12 21:45:33 +00:00
committed by Gerrit Code Review
5 changed files with 175 additions and 13 deletions

View File

@@ -102,6 +102,10 @@ func testContext() *android.TestContext {
dexpreopt.RegisterToolModulesForTest(ctx)
ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {
ctx.TopDown("propagate_rro_enforcement", propagateRROEnforcementMutator).Parallel()
})
return ctx
}