Allow "required" property to vary by arch am: c602b7d881

am: e9a8f80ce1

Change-Id: I83a2bd2f7616db282ad999a327069676aa104392
This commit is contained in:
Colin Cross
2017-05-06 01:44:11 +00:00
committed by android-build-merger

View File

@@ -154,7 +154,7 @@ type commonProperties struct {
Init_rc []string Init_rc []string
// names of other modules to install if this module is installed // names of other modules to install if this module is installed
Required []string Required []string `android:"arch_variant"`
// Set by TargetMutator // Set by TargetMutator
CompileTarget Target `blueprint:"mutated"` CompileTarget Target `blueprint:"mutated"`