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

Commit 2d310f95 authored by Alex Light's avatar Alex Light Committed by android-build-merger
Browse files

Merge "Always build zipapex's unflattened."

am: ad0328de

Change-Id: I38e5502b8be3c3948a936f51c625dd0b4ca53030
parents 7e071999 ad0328de
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])
	}
}