aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorOscar Montemayor <oam@google.com>2009-11-30 08:40:57 -0800
committerOscar Montemayor <oam@google.com>2009-12-10 14:49:04 -0800
commit0523156775ca9a8242953f856e3daa7c1b82b0e5 (patch)
treeb5f86816c1322d2843ce3744fd6afd484415a47b /Android.mk
parentb8f506fb37ee9e20075cf544a8b5c167d3a2de22 (diff)
downloadbootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.zip
bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.gz
bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.bz2
Recovery changes for Encrypted File Systems.
This change enables/disables the Encrypted file systems feature. It reads some properties form the data partition, wipes the partition out, and then rewrites the proper properties again into the data partition to signal that encrypted FS are enabled.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk17
1 files changed, 9 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index deec80a..913aa14 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,13 +7,14 @@ include $(CLEAR_VARS)
commands_recovery_local_path := $(LOCAL_PATH)
LOCAL_SRC_FILES := \
- recovery.c \
- bootloader.c \
- firmware.c \
- install.c \
- roots.c \
- ui.c \
- verifier.c
+ recovery.c \
+ bootloader.c \
+ firmware.c \
+ install.c \
+ roots.c \
+ ui.c \
+ verifier.c \
+ efs_migration.c
LOCAL_SRC_FILES += test_roots.c
@@ -52,5 +53,5 @@ include $(commands_recovery_local_path)/updater/Android.mk
commands_recovery_local_path :=
endif # TARGET_ARCH == arm
-endif # !TARGET_SIMULATOR
+endif # !TARGET_SIMULATOR