summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorOscar Montemayor <oam@google.com>2010-02-26 01:47:02 +0100
committerOscar Montemayor <oam@google.com>2010-04-02 02:14:57 +0200
commit52219a68a83c47f8c5b93038f57f3f130e7d0823 (patch)
treed26cea0a9dd0a68af5ceb2f96db256a7aa3bfb0a /Android.mk
parentam 2654f5aa: (-s ours) DO NOT MERGE Removing unused recovey options. Please refer to Bug#2502219 for more info. (diff)
downloadandroid_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar.gz
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar.bz2
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar.lz
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar.xz
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.tar.zst
android_bootable_recovery-52219a68a83c47f8c5b93038f57f3f130e7d0823.zip
Diffstat (limited to '')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c556db36b..b0fefbd90 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,7 +13,7 @@ LOCAL_SRC_FILES := \
roots.c \
ui.c \
verifier.c \
- efs_migration.c
+ encryptedfs_provisioning.c
LOCAL_SRC_FILES += test_roots.c