summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 18:40:53 +0200
committerElliott Hughes <enh@google.com>2015-04-10 18:40:53 +0200
commit0713819fd256bfdfcf241c71195b7e8c4e18c742 (patch)
treee68f2fac4bb1c6de65c29b4886d135f05511b84a /minui/Android.mk
parentMerge "Move the recovery image version out of the menu header." (diff)
downloadandroid_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar.gz
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar.bz2
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar.lz
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar.xz
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.tar.zst
android_bootable_recovery-0713819fd256bfdfcf241c71195b7e8c4e18c742.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 53d072fac..66dea741a 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -1,14 +1,19 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c resources.c
+LOCAL_SRC_FILES := \
+ events.cpp \
+ graphics.c \
+ graphics_adf.c \
+ graphics_fbdev.c \
+ resources.c \
LOCAL_WHOLE_STATIC_LIBRARIES += libadf
LOCAL_STATIC_LIBRARIES += libpng
LOCAL_MODULE := libminui
-LOCAL_CFLAGS := -std=gnu11
+LOCAL_CLANG := true
# This used to compare against values in double-quotes (which are just
# ordinary characters in this context). Strip double-quotes from the