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 #207 from lissyx/bug1084041
Browse files Browse the repository at this point in the history
Bug 1084041 - Pass recovery sdcard mountpoint to fota builder r=gsvelto
  • Loading branch information
lissyx committed Jan 7, 2015
2 parents 8aee09c + 48b1428 commit ce7b7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ $(PRODUCT_OUT)/$(B2G_FOTA_UPDATE_ZIP): $(B2G_FOTA_SYSTEM_FILES) $(PRODUCT_OUT)/s
--fota-type partial \
--fota-dirs "$(B2G_FOTA_DIRS)" \
--fota-files $(B2G_FOTA_SYSTEM_FILES) \
--fota-sdcard "$(RECOVERY_EXTERNAL_STORAGE)" \
--fota-check-device-name "$(TARGET_DEVICE)" \
--fota-check-gonk-version \
--output $@
Expand All @@ -500,5 +501,6 @@ $(PRODUCT_OUT)/$(B2G_FOTA_UPDATE_FULL_ZIP): $(PRODUCT_OUT)/system.img
--system-location $(B2G_FOTA_SYSTEM_PARTITION) \
--data-fs-type $(B2G_FOTA_FSTYPE) \
--data-location $(B2G_FOTA_DATA_PARTITION) \
--fota-sdcard "$(RECOVERY_EXTERNAL_STORAGE)" \
--fota-check-device-name "$(TARGET_DEVICE)" \
--output $@

0 comments on commit ce7b7cb

Please sign in to comment.