commit | 830ca7e843d2a1ec26dda3d448c64f3be5b8ec69 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 25 07:39:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 25 07:39:41 2024 +0000 |
tree | 408eee4be8374b4e3d21e9110203f189d8500479 | |
parent | bbd5c54b90bd42437f1cf11c188747f9a07993a3 [diff] | |
parent | b30210825232dba2ed149793a553781ef9abc92c [diff] |
Merge "Set output for build_prop even on Soong only build" into main am: b302108252 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3195810 Change-Id: Ic34f587cac8542bdb89f27fa7e7fc1ef8c574c8d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/build_prop.go b/android/build_prop.go index c226431..80bbfc1 100644 --- a/android/build_prop.go +++ b/android/build_prop.go
@@ -79,6 +79,7 @@ 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 }