summaryrefslogtreecommitdiffstats
path: root/recovery/Android.mk
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2012-01-04 20:58:40 -0800
committerKen Sumrall <ksumrall@android.com>2012-01-05 17:07:30 -0800
commit726553e5ce617056aff3796ef320b76db245ee67 (patch)
tree3864166a6c20fc2e7dbc1d931214f9901a5304e3 /recovery/Android.mk
parent5dce5e401ee7044aad8c49d3290d66b79d2d7050 (diff)
downloaddevice_samsung_tuna-726553e5ce617056aff3796ef320b76db245ee67.zip
device_samsung_tuna-726553e5ce617056aff3796ef320b76db245ee67.tar.gz
device_samsung_tuna-726553e5ce617056aff3796ef320b76db245ee67.tar.bz2
Tool to fix the fs_size in the crypto footer
The GPT of HSPA Prime devices is incorrect when it comes from the factory. Flashing a new bootloader fixes the GPT, but if the user had already encrypted the device, the old size of the partition is recorded in the crypto footer. If the size if not updated, the device will not be able to boot after the OTA, so add a new command to fix the fs_size field in the crypto footer for Prime devices. Change-Id: Ied4b592973d3d5c36c478b7fb32d59ac9e9611b0
Diffstat (limited to 'recovery/Android.mk')
-rw-r--r--recovery/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk
index 585db84..0034dc8 100644
--- a/recovery/Android.mk
+++ b/recovery/Android.mk
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
# Edify extension functions for doing bootloader updates on Tuna devices.
LOCAL_MODULE_TAGS := optional
-LOCAL_C_INCLUDES += bootable/recovery
+LOCAL_C_INCLUDES += bootable/recovery system/vold
LOCAL_SRC_FILES := recovery_updater.c bootloader.c
# should match TARGET_RECOVERY_UPDATER_LIBS set in BoardConfig.mk