Merge "Register ALL_MODULES subvars with my_register_name" am: bcaea49d24
Change-Id: Ia25dc5a0bcdc57c7df7bc976d6d20e064bf27794
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