Merge "Call InstallFile even when !installable"
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