diff options
| author | 2021-01-26 12:08:30 +0000 | |
|---|---|---|
| committer | 2021-01-26 12:08:30 +0000 | |
| commit | 4c183c758143a887373d2719fad07d418f099a8e (patch) | |
| tree | 34242cd2425454ec55989b573f24b2339c3f2a15 /java/java_test.go | |
| parent | 65490b8cf302de862ddcc8323c80f0403e78e4a0 (diff) | |
| parent | 635aa0834f657282c0dd74c23d83e31e6003f6bd (diff) | |
Merge "Make dexpreopt tools available for all java tests"
Diffstat (limited to 'java/java_test.go')
| -rw-r--r-- | java/java_test.go | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/java/java_test.go b/java/java_test.go index 7b8984810..e7776c35d 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -59,8 +59,6 @@ func TestMain(m *testing.M) {  }  func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config { -	bp += dexpreopt.BpToolModulesForTest() -  	return TestConfig(buildDir, env, bp, fs)  } @@ -84,8 +82,6 @@ func testContext(config android.Config) *android.TestContext {  	// Register module types and mutators from cc needed for JNI testing  	cc.RegisterRequiredBuildComponentsForTest(ctx) -	dexpreopt.RegisterToolModulesForTest(ctx) -  	ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {  		ctx.TopDown("propagate_rro_enforcement", propagateRROEnforcementMutator).Parallel()  	}) |