am 7768c91c: am 94de1eba: Put a copy of the radio/bootloader files in the dist dir.

* commit '7768c91c1c90e7c13390396d895a3afd5fda3e0f':
  Put a copy of the radio/bootloader files in the dist dir.
This commit is contained in:
Ying Wang 2013-07-26 12:57:19 -07:00 committed by Android Git Automerger
commit cd9cadbcf6
2 changed files with 5 additions and 0 deletions

View file

@ -1999,6 +1999,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.

View file

@ -828,6 +828,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) \