Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c4c5a2c authored by Alex Light's avatar Alex Light Committed by android-build-merger
Browse files

Merge "Always build zipapex's unflattened." am: ad0328de

am: 2d310f95

Change-Id: Idfc312912c3e83e4752e972d2747720cd62256f9
parents 99c844b3 2d310f95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, keyFile and
	})

	// Install to $OUT/soong/{target,host}/.../apex
	if a.installable() && !ctx.Config().FlattenApex() {
	if a.installable() && (!ctx.Config().FlattenApex() || apexType.zip()) {
		ctx.InstallFile(android.PathForModuleInstall(ctx, "apex"), ctx.ModuleName()+suffix, a.outputFiles[apexType])
	}
}