Merge "Register ALL_MODULES subvars with my_register_name"
This commit is contained in:
@@ -308,7 +308,7 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
|
|||||||
fmt.Fprintln(w, "include $(BUILD_PREBUILT)")
|
fmt.Fprintln(w, "include $(BUILD_PREBUILT)")
|
||||||
|
|
||||||
if apexType == imageApex {
|
if apexType == imageApex {
|
||||||
fmt.Fprintln(w, "ALL_MODULES.$(LOCAL_MODULE).BUNDLE :=", a.bundleModuleFile.String())
|
fmt.Fprintln(w, "ALL_MODULES.$(my_register_name).BUNDLE :=", a.bundleModuleFile.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
if a.installedFilesFile != nil {
|
if a.installedFilesFile != nil {
|
||||||
|
Reference in New Issue
Block a user