Allow "required" property to vary by arch
am: c602b7d881
Change-Id: I3c3f13ea10f86a2d5d6952c0ceb89c210fe8a02b
This commit is contained in:
commit
e9a8f80ce1
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ type commonProperties struct {
|
|||
Init_rc []string
|
||||
|
||||
// names of other modules to install if this module is installed
|
||||
Required []string
|
||||
Required []string `android:"arch_variant"`
|
||||
|
||||
// Set by TargetMutator
|
||||
CompileTarget Target `blueprint:"mutated"`
|
||||
|
|
Loading…
Reference in a new issue