summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 00:53:34 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-10 00:53:36 +0200
commite001074f227fb74f6ebf5b26c222d09fe69712c0 (patch)
treed3dd7ef908ce61cf4ef495b28122c745dbb24f03 /Android.mk
parentMerge "Remove some commented-out code." (diff)
parentMove default implementations into Device. (diff)
downloadandroid_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar.gz
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar.bz2
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar.lz
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar.xz
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.tar.zst
android_bootable_recovery-e001074f227fb74f6ebf5b26c222d09fe69712c0.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index dd1e96e7a..a567aa5a2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,16 +30,17 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- recovery.cpp \
+ adb_install.cpp \
+ asn1_decoder.cpp \
bootloader.cpp \
+ device.cpp \
+ fuse_sdcard_provider.c \
install.cpp \
+ recovery.cpp \
roots.cpp \
- ui.cpp \
screen_ui.cpp \
- asn1_decoder.cpp \
+ ui.cpp \
verifier.cpp \
- adb_install.cpp \
- fuse_sdcard_provider.c
LOCAL_MODULE := recovery