Revert "Skip creating variants for disabled OSes"
This reverts commit d976af0cb4
.
Reason for revert: broke windows SDK build: missing bin/dexdump.exe
Bug: 173663545
Change-Id: Ibb541507650beabd2d94885dd8d66f724a358ca7
This commit is contained in:
@@ -174,22 +174,20 @@ func (d *DefaultsModuleBase) GenerateAndroidBuildActions(ctx ModuleContext) {
|
||||
|
||||
func InitDefaultsModule(module DefaultsModule) {
|
||||
commonProperties := &commonProperties{}
|
||||
enabledProperties := &enabledProperties{}
|
||||
|
||||
module.AddProperties(
|
||||
&hostAndDeviceProperties{},
|
||||
enabledProperties,
|
||||
commonProperties,
|
||||
&ApexProperties{},
|
||||
&distProperties{})
|
||||
|
||||
base := module.base()
|
||||
initAndroidModuleBase(module)
|
||||
initProductVariableModule(module)
|
||||
InitArchModule(module)
|
||||
InitDefaultableModule(module)
|
||||
|
||||
// Add properties that will not have defaults applied to them.
|
||||
base := module.base()
|
||||
defaultsVisibility := &DefaultsVisibilityProperties{}
|
||||
module.AddProperties(&base.nameProperties, defaultsVisibility)
|
||||
|
||||
|
Reference in New Issue
Block a user