Merge "Annotate dependency tags for dependencies of installed files"
This commit is contained in:
@@ -30,10 +30,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
registerGenruleBuildComponents(android.InitRegistrationContext)
|
||||
RegisterGenruleBuildComponents(android.InitRegistrationContext)
|
||||
}
|
||||
|
||||
func registerGenruleBuildComponents(ctx android.RegistrationContext) {
|
||||
func RegisterGenruleBuildComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("genrule_defaults", defaultsFactory)
|
||||
|
||||
ctx.RegisterModuleType("gensrcs", GenSrcsFactory)
|
||||
|
@@ -57,7 +57,7 @@ func testContext(config android.Config) *android.TestContext {
|
||||
ctx.RegisterModuleType("filegroup", android.FileGroupFactory)
|
||||
ctx.RegisterModuleType("tool", toolFactory)
|
||||
|
||||
registerGenruleBuildComponents(ctx)
|
||||
RegisterGenruleBuildComponents(ctx)
|
||||
|
||||
ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators)
|
||||
ctx.Register()
|
||||
|
Reference in New Issue
Block a user