diff options
author | Doug Zongker <dougz@android.com> | 2011-01-21 22:12:30 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-21 22:12:30 +0100 |
commit | 1966aaf4e6a571d98f9f0e523b32f68435a79bf4 (patch) | |
tree | 38c1ab17ab15605405584e5e87e6c9def95c991a /Android.mk | |
parent | Reserve the last 16 Kbytes of /data for the crypto footer. (diff) | |
parent | remove encrypted filesystem code from recovery (diff) | |
download | android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar.gz android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar.bz2 android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar.lz android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar.xz android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.tar.zst android_bootable_recovery-1966aaf4e6a571d98f9f0e523b32f68435a79bf4.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 27ffec70f..cacb6282d 100644 --- a/Android.mk +++ b/Android.mk @@ -12,8 +12,7 @@ LOCAL_SRC_FILES := \ install.c \ roots.c \ ui.c \ - verifier.c \ - encryptedfs_provisioning.c + verifier.c LOCAL_MODULE := recovery |