From 88b109e6b45d33b27db11c512bfdc5faebf2d896 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Wed, 31 Jul 2024 02:00:41 +0000 Subject: [PATCH] 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 --- android/build_prop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build_prop.go b/android/build_prop.go index 45c17c35b..ed3e9c81f 100644 --- a/android/build_prop.go +++ b/android/build_prop.go @@ -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 }