androidbp: Compile fix

Change-Id: I6db343c4d6426ffa6d76db7c6d94a54a5e94f712
This commit is contained in:
Dan Willemsen 2015-06-22 16:25:39 -07:00
parent 1d9f279a80
commit d7b11dd232
1 changed files with 1 additions and 1 deletions

View File

@ -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)),
}
}