Merge "Only install to $OUT/apex for installable apexes"
This commit is contained in:
commit
e3db7f6d38
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue