aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-12-19 03:23:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-19 03:23:01 +0000
commit0cbb31e9e775d0ee71c7b5e627f010966f50adaa (patch)
treeffe3e102aaf92334fdffcab0b0fb8479c62daa96 /cc/cc.go
parenta03edbeddca9c68a15605ad02d405be462360e30 (diff)
parentac1e986c55f1ed98d36a267bef5bc22c3bbd1716 (diff)
downloadbuild_soong-0cbb31e9e775d0ee71c7b5e627f010966f50adaa.tar.gz
build_soong-0cbb31e9e775d0ee71c7b5e627f010966f50adaa.tar.bz2
build_soong-0cbb31e9e775d0ee71c7b5e627f010966f50adaa.zip
Merge "Create public stub for platform's sysprop_library"
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 949e671e..4c9d42b0 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -42,7 +42,7 @@ func init() {
ctx.BottomUp("test_per_src", TestPerSrcMutator).Parallel()
ctx.BottomUp("version", VersionMutator).Parallel()
ctx.BottomUp("begin", BeginMutator).Parallel()
- ctx.BottomUp("sysprop", SyspropMutator).Parallel()
+ ctx.BottomUp("sysprop_cc", SyspropMutator).Parallel()
})
android.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {