Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #183 from lissyx/bug1047350
Browse files Browse the repository at this point in the history
Bug 1047350 - Expose SDK version, needed to generate proper Edify scripts r=gsvelto
  • Loading branch information
lissyx authored and rvandermeulen committed Aug 5, 2014
1 parent 2b14bf6 commit c83c152
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Android.mk
Expand Up @@ -460,8 +460,9 @@ $(PRODUCT_OUT)/$(B2G_FOTA_UPDATE_ZIP): $(B2G_FOTA_SYSTEM_FILES) $(PRODUCT_OUT)/s
mkdir -p `dirname $@` || true
$(call setup-fs)
$(info Generating FOTA update package)
@PATH=$(B2G_FOTA_ENV_PATH) $(B2G_FOTA_FLASH_SCRIPT) \
@PATH="$(B2G_FOTA_ENV_PATH)" $(B2G_FOTA_FLASH_SCRIPT) \
$(FOTA_UPDATE_BIN) \
--sdk-version $(PLATFORM_SDK_VERSION) \
--system-dir $(PRODUCT_OUT)/system \
--system-fs-type $(B2G_FOTA_FSTYPE) \
--system-location $(B2G_FOTA_SYSTEM_PARTITION) \
Expand All @@ -476,8 +477,9 @@ $(PRODUCT_OUT)/$(B2G_FOTA_UPDATE_FULL_ZIP): $(PRODUCT_OUT)/system.img
mkdir -p `dirname $@` || true
$(call setup-fs)
$(info Generating full FOTA update package)
@PATH=$(B2G_FOTA_ENV_PATH) $(B2G_FOTA_FLASH_SCRIPT) \
@PATH="$(B2G_FOTA_ENV_PATH)" $(B2G_FOTA_FLASH_SCRIPT) \
$(FOTA_UPDATE_BIN) \
--sdk-version $(PLATFORM_SDK_VERSION) \
--system-dir $(PRODUCT_OUT)/system \
--system-fs-type $(B2G_FOTA_FSTYPE) \
--system-location $(B2G_FOTA_SYSTEM_PARTITION) \
Expand Down

0 comments on commit c83c152

Please sign in to comment.