diff options
author | Oscar Montemayor <oam@google.com> | 2010-02-26 01:47:02 +0100 |
---|---|---|
committer | Oscar Montemayor <oam@google.com> | 2010-03-15 17:45:49 +0100 |
commit | 31f6ee88ce0d5155cb62d1b928604568318981a3 (patch) | |
tree | d26cea0a9dd0a68af5ceb2f96db256a7aa3bfb0a /Android.mk | |
parent | Add an empty CleanSpec.mk (diff) | |
download | android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar.gz android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar.bz2 android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar.lz android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar.xz android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.tar.zst android_bootable_recovery-31f6ee88ce0d5155cb62d1b928604568318981a3.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 2 |
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 |