diff options
author | 2019-12-19 11:18:54 +0000 | |
---|---|---|
committer | 2019-12-19 19:19:40 +0000 | |
commit | 43dc1cc2bcb600cfaa0ca49788bc13d3d915c3f1 (patch) | |
tree | e76de923645bbc373be0c18d777308cc23e726f0 /apex/apex_test.go | |
parent | b0f850784acef479cfc1b351ffb6196f12ebda85 (diff) |
Dedup system modules and sdk library module type registration
Test: m checkbuild
Bug: 146540677
Change-Id: I982fcb8d723e8e2f7679434051ddc427d4fbd7be
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index 18409001e..bb6e026cc 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -305,7 +305,7 @@ func testApexContext(t *testing.T, bp string, handlers ...testCustomizer) (*andr ctx.RegisterModuleType("sh_binary", android.ShBinaryFactory) ctx.RegisterModuleType("filegroup", android.FileGroupFactory) java.RegisterJavaBuildComponents(ctx) - ctx.RegisterModuleType("java_system_modules", java.SystemModulesFactory) + java.RegisterSystemModulesBuildComponents(ctx) java.RegisterAppBuildComponents(ctx) ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators) |