Merge "Specify LOCAL_INSTALLED_MODULE_STEM for prebuilt_etc."
am: 5761075443
Change-Id: Ibab4869595bab951622f4379dac3be59f7c6528d
This commit is contained in:
commit
6cf3c6e3a0
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ func (p *PrebuiltEtc) AndroidMk() AndroidMkData {
|
|||
fmt.Fprintln(w, "LOCAL_MODULE_TAGS := optional")
|
||||
fmt.Fprintln(w, "LOCAL_PREBUILT_MODULE_FILE :=", p.sourceFilePath.String())
|
||||
fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", "$(OUT_DIR)/"+p.installDirPath.RelPathString())
|
||||
fmt.Fprintln(w, "LOCAL_INSTALLED_MODULE_STEM :=", name)
|
||||
if p.additionalDependencies != nil {
|
||||
fmt.Fprint(w, "LOCAL_ADDITIONAL_DEPENDENCIES :=")
|
||||
for _, path := range *p.additionalDependencies {
|
||||
|
|
Loading…
Reference in a new issue