aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-12-11 15:40:28 -0800
committerJP Abgrall <jpa@google.com>2013-12-12 23:27:42 +0000
commitf39989a36d4724a4852e28b9dca3d372d3f7873d (patch)
tree518ea4e803536d9bff1dc56cf33a58e1a372c838 /Android.mk
parenta766c34f86ddecbdc61634eb582a2ebce8253dc5 (diff)
downloadbootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.zip
bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.gz
bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.bz2
recovery: wipe encryption metadata along with data partition
This assumes that the metadata is correctly defined in fstab. Which apparently some devices don't do. Bug: 8766487 Bug: 12112624 Change-Id: I1b14b9d4c888e9348527984be3dce04bdd9f4de0
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1308066..c544db9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -57,7 +57,7 @@ LOCAL_STATIC_LIBRARIES := \
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
- LOCAL_C_INCLUDES += system/extras/ext4_utils
+ LOCAL_C_INCLUDES += system/extras/ext4_utils system/vold
LOCAL_STATIC_LIBRARIES += libext4_utils_static libz
endif