forked from openkylin/platform_build
am cd9cadbc: am 7768c91c: am 94de1eba: Put a copy of the radio/bootloader files in the dist dir.
* commit 'cd9cadbcf68bfe07ac994e61aa00969572ae3fd5': Put a copy of the radio/bootloader files in the dist dir.
This commit is contained in:
commit
54d9cc3fac
|
@ -2007,6 +2007,7 @@ endef
|
||||||
###########################################################
|
###########################################################
|
||||||
## Define device-specific radio files
|
## Define device-specific radio files
|
||||||
###########################################################
|
###########################################################
|
||||||
|
INSTALLED_RADIOIMAGE_TARGET :=
|
||||||
|
|
||||||
# Copy a radio image file to the output location, and add it to
|
# Copy a radio image file to the output location, and add it to
|
||||||
# INSTALLED_RADIOIMAGE_TARGET.
|
# INSTALLED_RADIOIMAGE_TARGET.
|
||||||
|
|
|
@ -840,6 +840,10 @@ else # TARGET_BUILD_APPS
|
||||||
$(INSTALLED_FACTORY_BUNDLE_TARGET) \
|
$(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)
|
ifneq ($(TARGET_BUILD_PDK),true)
|
||||||
$(call dist-for-goals, droidcore, \
|
$(call dist-for-goals, droidcore, \
|
||||||
$(APPS_ZIP) \
|
$(APPS_ZIP) \
|
||||||
|
|
Loading…
Reference in New Issue