summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-10 23:51:10 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-10 23:51:10 +0100
commitbd6181ad58c6c3562be58ef41d61460384e6fd8e (patch)
tree24a20f3c9129bffa0807cb7d85770d79621a4a84 /Android.mk
parentam 2278a04a: am 9acf28a3: am c652e41d: fix cut-and-paste error in verifier (diff)
parentRecovery changes for Encrypted File Systems. (diff)
downloadandroid_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar.gz
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar.bz2
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar.lz
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar.xz
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.tar.zst
android_bootable_recovery-bd6181ad58c6c3562be58ef41d61460384e6fd8e.zip
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 deec80ae4..913aa1491 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