cc: Make cc_genrule defaultable
Allows genrule_defaults to be used with cc_genrule. This change does not create a cc_genrule_defaults, that can be done in a follow-up change. Bug: 325444956 Test: m [custom cc_genrule with defaults] Change-Id: I9e2d26b31e04eb972801421d25b1ff6c8ef75369
This commit is contained in:
parent
739b09eddf
commit
ec2cf1e580
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ func GenRuleFactory() android.Module {
|
||||||
|
|
||||||
android.InitApexModule(module)
|
android.InitApexModule(module)
|
||||||
|
|
||||||
|
android.InitDefaultableModule(module)
|
||||||
|
|
||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue