Support multilib property for cc_genrule

Change genrule Out to `android:"arch_variant"` for supporting
multilib variants.

Bug: 323295272
Test: go test -run TestMultilibGenruleOut

Change-Id: I102d64b45a5a2a5193f813001fc32da0d1fe9d36
This commit is contained in:
kellyhung
2024-03-14 01:03:49 +08:00
parent ee37914529
commit 750334a0c0
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