Revert "Revert "Revert^2 "Set output for build_prop even on Soon..."
Revert submission 3200273-revert-3196490-revert-3195812-revert-3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR-TUHZPHUVFJ-XYILSUPUOA-PCKYAVELZP Reason for revert: fixed breakage with aosp/3200730, verified with ABTD Reverted changes: /q/submissionid:3200273-revert-3196490-revert-3195812-revert-3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR-TUHZPHUVFJ-XYILSUPUOA-PCKYAVELZP Change-Id: If9e6841bb915a79d9817838a1657017ddee9c1a7
This commit is contained in:
parent
fb75ec2011
commit
262fa746b8
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ func (p *buildPropModule) GenerateAndroidBuildActions(ctx ModuleContext) {
|
|||
p.outputFilePath = PathForModuleOut(ctx, "build.prop").OutputPath
|
||||
if !ctx.Config().KatiEnabled() {
|
||||
WriteFileRule(ctx, p.outputFilePath, "# no build.prop if kati is disabled")
|
||||
ctx.SetOutputFiles(Paths{p.outputFilePath}, "")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue