diff options
author | Oscar Montemayor <oam@google.com> | 2009-11-30 17:40:57 +0100 |
---|---|---|
committer | Oscar Montemayor <oam@google.com> | 2009-12-10 23:49:04 +0100 |
commit | 0523156775ca9a8242953f856e3daa7c1b82b0e5 (patch) | |
tree | b5f86816c1322d2843ce3744fd6afd484415a47b /Android.mk | |
parent | am 6e5be9b2: merge from open-source master (diff) | |
download | android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.gz android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.bz2 android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.lz android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.xz android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.tar.zst android_bootable_recovery-0523156775ca9a8242953f856e3daa7c1b82b0e5.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 17 |
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 |