diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-07 17:23:52 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-07 17:23:52 +0100 |
commit | c376ac8d9ce4b178b6854373a45769180e7f205c (patch) | |
tree | ff460f8454fcd0cc427e0d4dd1eec45d5202ed0b /Android.mk | |
parent | Fix up libminadbd make file (diff) | |
download | android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar.gz android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar.bz2 android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar.lz android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar.xz android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.tar.zst android_bootable_recovery-c376ac8d9ce4b178b6854373a45769180e7f205c.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Android.mk b/Android.mk index 4cc8b419d..13f4c849c 100644 --- a/Android.mk +++ b/Android.mk @@ -52,20 +52,6 @@ ifneq ($(TARGET_RECOVERY_REBOOT_SRC),) LOCAL_SRC_FILES += $(TARGET_RECOVERY_REBOOT_SRC) endif -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - recovery.cpp \ - bootloader.cpp \ - install.cpp \ - roots.cpp \ - ui.cpp \ - screen_ui.cpp \ - asn1_decoder.cpp \ - verifier.cpp \ - adb_install.cpp \ - fuse_sdcard_provider.c - LOCAL_MODULE := recovery #LOCAL_FORCE_STATIC_EXECUTABLE := true |