Merge "Move logic to disable flattening in unbundled app mode from Soong to make."

This commit is contained in:
Martin Stjernholm 2021-05-26 18:21:45 +00:00 committed by Gerrit Code Review
commit 0770a175a1

View file

@ -2020,7 +2020,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
a.filesInfo = filesInfo
// Set suffix and primaryApexType depending on the ApexType
buildFlattenedAsDefault := ctx.Config().FlattenApex() && !ctx.Config().UnbundledBuildApps()
buildFlattenedAsDefault := ctx.Config().FlattenApex()
switch a.properties.ApexType {
case imageApex:
if buildFlattenedAsDefault {