summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 22:57:37 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-10 22:57:37 +0200
commit23017c5d5c145a1040ee49466d30489d6e11bb61 (patch)
treedbb3c6ea45cb910397cec50054460d46c99b454f /minui/Android.mk
parentMerge "Fix ScreenRecoveryUI to handle devices without power/up/down." (diff)
parentSwitch minui over to C++. (diff)
downloadandroid_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar.gz
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar.bz2
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar.lz
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar.xz
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.tar.zst
android_bootable_recovery-23017c5d5c145a1040ee49466d30489d6e11bb61.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 66dea741a..52f066256 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -3,10 +3,10 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
events.cpp \
- graphics.c \
- graphics_adf.c \
- graphics_fbdev.c \
- resources.c \
+ graphics.cpp \
+ graphics_adf.cpp \
+ graphics_fbdev.cpp \
+ resources.cpp \
LOCAL_WHOLE_STATIC_LIBRARIES += libadf
LOCAL_STATIC_LIBRARIES += libpng