Loading core/definitions.mk +1 −0 Original line number Diff line number Diff line Loading @@ -1999,6 +1999,7 @@ endef ########################################################### ## Define device-specific radio files ########################################################### INSTALLED_RADIOIMAGE_TARGET := # Copy a radio image file to the output location, and add it to # INSTALLED_RADIOIMAGE_TARGET. Loading core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -828,6 +828,10 @@ else # TARGET_BUILD_APPS $(INSTALLED_FACTORY_BUNDLE_TARGET) \ ) # Put a copy of the radio/bootloader files in the dist dir. $(foreach f,$(INSTALLED_RADIOIMAGE_TARGET), \ $(call dist-for-goals, droidcore, $(f))) ifneq ($(TARGET_BUILD_PDK),true) $(call dist-for-goals, droidcore, \ $(APPS_ZIP) \ Loading Loading
core/definitions.mk +1 −0 Original line number Diff line number Diff line Loading @@ -1999,6 +1999,7 @@ endef ########################################################### ## Define device-specific radio files ########################################################### INSTALLED_RADIOIMAGE_TARGET := # Copy a radio image file to the output location, and add it to # INSTALLED_RADIOIMAGE_TARGET. Loading
core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -828,6 +828,10 @@ else # TARGET_BUILD_APPS $(INSTALLED_FACTORY_BUNDLE_TARGET) \ ) # Put a copy of the radio/bootloader files in the dist dir. $(foreach f,$(INSTALLED_RADIOIMAGE_TARGET), \ $(call dist-for-goals, droidcore, $(f))) ifneq ($(TARGET_BUILD_PDK),true) $(call dist-for-goals, droidcore, \ $(APPS_ZIP) \ Loading