Merge "Don't use "echo -e" when creating prop file"
This commit is contained in:
@@ -146,7 +146,7 @@ func (f *filesystem) buildPropFile(ctx android.ModuleContext) (propFile android.
|
|||||||
builder.Command().Text("rm").Flag("-rf").Output(propFile)
|
builder.Command().Text("rm").Flag("-rf").Output(propFile)
|
||||||
for _, p := range props {
|
for _, p := range props {
|
||||||
builder.Command().
|
builder.Command().
|
||||||
Text("echo").Flag("-e").
|
Text("echo").
|
||||||
Flag(`"` + p.name + "=" + p.value + `"`).
|
Flag(`"` + p.name + "=" + p.value + `"`).
|
||||||
Text(">>").Output(propFile)
|
Text(">>").Output(propFile)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user