androidbp: Compile fix
Change-Id: I6db343c4d6426ffa6d76db7c6d94a54a5e94f712
This commit is contained in:
parent
1d9f279a80
commit
d7b11dd232
|
@ -183,7 +183,7 @@ func prependLocalModule(name string, prop *bpparser.Property, suffix *string) (c
|
|||
name += "_" + *suffix
|
||||
}
|
||||
return []string {
|
||||
fmt.Sprintf("%s := $(LOCAL_MODULE)%s\n", name, valueToString(prop)),
|
||||
fmt.Sprintf("%s := $(LOCAL_MODULE)%s\n", name, valueToString(prop.Value)),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue