Merge "Set output for build_prop even on Soong only build" into main
This commit is contained in:
@@ -79,6 +79,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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user