Merge "Support multilib property for cc_genrule" into main

This commit is contained in:
Treehugger Robot
2024-03-20 02:38:30 +00:00
committed by Gerrit Code Review
2 changed files with 45 additions and 1 deletions

View File

@@ -808,7 +808,7 @@ func GenRuleFactory() android.Module {
type genRuleProperties struct {
// names of the output files that will be generated
Out []string
Out []string `android:"arch_variant"`
}
var Bool = proptools.Bool