Merge "Fixed androidmk crash when parsing external/aac/Android.mk" am: 5951d3e2bb
am: 67d5fc5e49
Change-Id: I2fe464be21ad6b5e75d383411a24ba9aa7450e66
This commit is contained in:
@@ -261,7 +261,9 @@ func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditio
|
||||
default:
|
||||
var val bpparser.Expression
|
||||
val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.ListType)
|
||||
err = setVariable(file, appendVariable, prefix, name, val, false)
|
||||
if err == nil {
|
||||
err = setVariable(file, appendVariable, prefix, name, val, false)
|
||||
}
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user