Allow modules to be enabled/disabled depending on whether APEXes are flattened.

am: 2879d41a98

Change-Id: I4ec408f99805b5229f926163fea2ebefb8515032
This commit is contained in:
Roland Levillain 2019-08-29 08:34:33 -07:00 committed by android-build-merger
commit e78b1103af
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ type variableProperties struct {
Static_libs []string
Srcs []string
}
Flatten_apex struct {
Enabled *bool
}
} `android:"arch_variant"`
}