summaryrefslogtreecommitdiff
path: root/apex/apex_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2019-12-19 15:02:40 +0000
committer Paul Duffin <paulduffin@google.com> 2019-12-20 15:22:52 +0000
commit6c26dc73920eaeff6ad800891af046075ad46d28 (patch)
tree1c812da1b8405dbfee406a5b7ecdfb7140ec7b7b /apex/apex_test.go
parentd732beed90e7a8ebf55c8884891011c927ed7f93 (diff)
Dedup cc library module type registration
Test: m checkbuild Bug: 146540677 Change-Id: I6685338550f587212e70f3eba8d4342b66f566e2
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r--apex/apex_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go
index e8dc9aaaa..5e49e41b7 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -286,8 +286,6 @@ func testApexContext(t *testing.T, bp string, handlers ...testCustomizer) (*andr
ctx.RegisterModuleType("prebuilt_apex", PrebuiltFactory)
ctx.RegisterModuleType("override_apex", overrideApexFactory)
- ctx.RegisterModuleType("cc_library_shared", cc.LibrarySharedFactory)
- ctx.RegisterModuleType("cc_library_headers", cc.LibraryHeaderFactory)
cc.RegisterRequiredBuildComponentsForTest(ctx)
ctx.RegisterModuleType("cc_binary", cc.BinaryFactory)
ctx.RegisterModuleType("cc_test", cc.TestFactory)