Merge "Register ALL_MODULES subvars with my_register_name" am: bcaea49d24 am: a182196375

Change-Id: I6aee735b3dbcd7dd2ba221e65baf6cd9a37bc1f9
This commit is contained in:
Yo Chiang 2020-05-12 03:29:57 +00:00 committed by Automerger Merge Worker
commit adc834ae1b
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
fmt.Fprintln(w, "include $(BUILD_PREBUILT)")
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 {