diff options
author | Elliott Hughes <enh@google.com> | 2015-04-10 18:58:48 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-10 18:58:48 +0200 |
commit | 18eaa0cfe7aa775546369de829a1ff3049cf82a5 (patch) | |
tree | e68f2fac4bb1c6de65c29b4886d135f05511b84a /minui/Android.mk | |
parent | Merge "Move the recovery image version out of the menu header." (diff) | |
parent | Add ev_iterate_available_keys to minui. (diff) | |
download | android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar.gz android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar.bz2 android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar.lz android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar.xz android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.tar.zst android_bootable_recovery-18eaa0cfe7aa775546369de829a1ff3049cf82a5.zip |
Diffstat (limited to 'minui/Android.mk')
-rw-r--r-- | minui/Android.mk | 9 |
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 |