aboutsummaryrefslogtreecommitdiffstats
path: root/sysprop
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-12-19 15:02:40 +0000
committerPaul Duffin <paulduffin@google.com>2019-12-20 15:22:52 +0000
commit6c26dc73920eaeff6ad800891af046075ad46d28 (patch)
tree1c812da1b8405dbfee406a5b7ecdfb7140ec7b7b /sysprop
parentd732beed90e7a8ebf55c8884891011c927ed7f93 (diff)
downloadbuild_soong-6c26dc73920eaeff6ad800891af046075ad46d28.tar.gz
build_soong-6c26dc73920eaeff6ad800891af046075ad46d28.tar.bz2
build_soong-6c26dc73920eaeff6ad800891af046075ad46d28.zip
Dedup cc library module type registration
Test: m checkbuild Bug: 146540677 Change-Id: I6685338550f587212e70f3eba8d4342b66f566e2
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go
index 0c0f2229..7cad3da9 100644
--- a/sysprop/sysprop_test.go
+++ b/sysprop/sysprop_test.go
@@ -66,8 +66,6 @@ func testContext(config android.Config) *android.TestContext {
})
cc.RegisterRequiredBuildComponentsForTest(ctx)
- ctx.RegisterModuleType("cc_library_headers", cc.LibraryHeaderFactory)
- ctx.RegisterModuleType("cc_library_static", cc.LibraryFactory)
ctx.PreDepsMutators(func(ctx android.RegisterMutatorsContext) {
ctx.BottomUp("sysprop_java", java.SyspropMutator).Parallel()
})