Merge "Create public stub for platform's sysprop_library"

This commit is contained in:
Treehugger Robot
2019-12-19 03:23:01 +00:00
committed by Gerrit Code Review
6 changed files with 227 additions and 75 deletions

View File

@@ -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) {