Merge "Call InstallFile even when !installable" am: a07b559571
am: 84de371ad9
am: 55b672b7e6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1836921 Change-Id: I07ce1762cda25c85417aeb5c2222e7d19b9148ae
This commit is contained in:
@@ -824,10 +824,8 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {
|
|||||||
a.outputFile = signedCompressedOutputFile
|
a.outputFile = signedCompressedOutputFile
|
||||||
}
|
}
|
||||||
|
|
||||||
// Install to $OUT/soong/{target,host}/.../apex
|
// Install to $OUT/soong/{target,host}/.../apex.
|
||||||
if a.installable() {
|
ctx.InstallFile(a.installDir, a.Name()+suffix, a.outputFile)
|
||||||
ctx.InstallFile(a.installDir, a.Name()+suffix, a.outputFile)
|
|
||||||
}
|
|
||||||
|
|
||||||
// installed-files.txt is dist'ed
|
// installed-files.txt is dist'ed
|
||||||
a.installedFilesFile = a.buildInstalledFilesFile(ctx, a.outputFile, imageDir)
|
a.installedFilesFile = a.buildInstalledFilesFile(ctx, a.outputFile, imageDir)
|
||||||
|
Reference in New Issue
Block a user