diff options
Diffstat (limited to 'sdk/testing.go')
-rw-r--r-- | sdk/testing.go | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sdk/testing.go b/sdk/testing.go index 38755a9e6..1ac873b4f 100644 --- a/sdk/testing.go +++ b/sdk/testing.go @@ -107,12 +107,7 @@ func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsTy ctx.PostDepsMutators(android.RegisterVisibilityRuleEnforcer) // from java package - java.RegisterJavaBuildComponents(ctx) - java.RegisterAppBuildComponents(ctx) - java.RegisterSdkLibraryBuildComponents(ctx) - java.RegisterPrebuiltApisBuildComponents(ctx) - java.RegisterStubsBuildComponents(ctx) - java.RegisterSystemModulesBuildComponents(ctx) + java.RegisterRequiredBuildComponentsForTest(ctx) // from cc package cc.RegisterRequiredBuildComponentsForTest(ctx) |