diff options
author | Ying Wang <wangying@google.com> | 2013-07-26 12:57:19 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-26 12:57:19 -0700 |
commit | cd9cadbcf68bfe07ac994e61aa00969572ae3fd5 (patch) | |
tree | 3625906f67819ae1d28a8658eca7e1838b29ac73 /core | |
parent | cb4a1e673eafc52c496dfed294c5431c80c52688 (diff) | |
parent | 7768c91c1c90e7c13390396d895a3afd5fda3e0f (diff) | |
download | build-cd9cadbcf68bfe07ac994e61aa00969572ae3fd5.zip build-cd9cadbcf68bfe07ac994e61aa00969572ae3fd5.tar.gz build-cd9cadbcf68bfe07ac994e61aa00969572ae3fd5.tar.bz2 |
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.
Diffstat (limited to 'core')
-rw-r--r-- | core/definitions.mk | 1 | ||||
-rw-r--r-- | core/main.mk | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/definitions.mk b/core/definitions.mk index 012dc44..189f7f7 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 6a077e4..3a432de 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) \ |