summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-07-26 12:54:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-26 12:54:11 -0700
commit7768c91c1c90e7c13390396d895a3afd5fda3e0f (patch)
tree26b849cc4af7b27edc4e590026870c685095bb86 /core
parent8d9369023962fefc0b598283b6850789b26f5249 (diff)
parent94de1eba0e87297421789b339c5f26bf3e48eeb1 (diff)
downloadbuild-7768c91c1c90e7c13390396d895a3afd5fda3e0f.tar.gz
build-7768c91c1c90e7c13390396d895a3afd5fda3e0f.tar.bz2
build-7768c91c1c90e7c13390396d895a3afd5fda3e0f.zip
am 94de1eba: Put a copy of the radio/bootloader files in the dist dir.
* commit '94de1eba0e87297421789b339c5f26bf3e48eeb1': Put a copy of the radio/bootloader files in the dist dir.
Diffstat (limited to 'core')
-rw-r--r--core/definitions.mk1
-rw-r--r--core/main.mk4
2 files changed, 5 insertions, 0 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index 7834baa4d..06437f7a3 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -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.
diff --git a/core/main.mk b/core/main.mk
index 6a077e48f..3a432de0d 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -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) \