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

Commit e3db7f6d authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Only install to $OUT/apex for installable apexes"

parents 8d0e466f 02730b93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {

	imageDir := android.PathForModuleOut(ctx, "image"+suffix)

	installSymbolFiles := !ctx.Config().KatiEnabled() || a.ExportedToMake()
	installSymbolFiles := (!ctx.Config().KatiEnabled() || a.ExportedToMake()) && a.installable()

	// b/140136207. When there are overriding APEXes for a VNDK APEX, the symbols file for the overridden
	// APEX and the overriding APEX will have the same installation paths at /apex/com.android.vndk.v<ver>