summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2020-12-21 12:29:12 -0800
committerJaewoong Jung <jungjw@google.com>2020-12-21 12:31:51 -0800
commitf9b44657c81af46d409478e18fc88201f595d510 (patch)
tree5f86a91fe8a6f1da4fff1e318e21c841ad80abb6 /java/java_test.go
parent4eb504858505a9c860854a9d06e409422fa48aeb (diff)
Break up app.go.
Test: m nothing + TreeHugger Change-Id: I64c6d7f10530c424bc282d8111dfaf9159426f00
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index f7cf03f4d..de5c55cd3 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -75,8 +75,11 @@ func testContext(config android.Config) *android.TestContext {
ctx := android.NewTestArchContext(config)
RegisterJavaBuildComponents(ctx)
RegisterAppBuildComponents(ctx)
+ RegisterAppImportBuildComponents(ctx)
+ RegisterAppSetBuildComponents(ctx)
RegisterAARBuildComponents(ctx)
RegisterGenRuleBuildComponents(ctx)
+ RegisterRuntimeResourceOverlayBuildComponents(ctx)
RegisterSystemModulesBuildComponents(ctx)
ctx.RegisterModuleType("java_plugin", PluginFactory)
ctx.RegisterModuleType("filegroup", android.FileGroupFactory)