From 0713819fd256bfdfcf241c71195b7e8c4e18c742 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 10 Apr 2015 09:40:53 -0700 Subject: Add ev_iterate_available_keys to minui. This lets us recognize whether we have up/down/power, say, and tailor the UI accordingly. Change-Id: If94e454f14243b59d2f473ac9a436bd60591da01 --- minui/Android.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'minui/Android.mk') 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 -- cgit v1.2.3