diff options
author | Elliott Hughes <enh@google.com> | 2015-03-24 23:58:46 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-24 23:58:46 +0100 |
commit | b3247c2922a03c765e78cfcb6682f24123d9e48f (patch) | |
tree | 954ddbce66798d137c74bc773b56775900c43b11 /minui/Android.mk | |
parent | am 47733eaf: Merge "Fix wipe command when using sideload in recovery" (diff) | |
parent | Merge "Fix recovery image text rendering." (diff) | |
download | android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar.gz android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar.bz2 android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar.lz android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar.xz android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.tar.zst android_bootable_recovery-b3247c2922a03c765e78cfcb6682f24123d9e48f.zip |
Diffstat (limited to 'minui/Android.mk')
-rw-r--r-- | minui/Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index 9b2e09b70..53d072fac 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -1,14 +1,15 @@ 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 := graphics.c graphics_adf.c graphics_fbdev.c events.c resources.c LOCAL_WHOLE_STATIC_LIBRARIES += libadf LOCAL_STATIC_LIBRARIES += libpng LOCAL_MODULE := libminui +LOCAL_CFLAGS := -std=gnu11 + # This used to compare against values in double-quotes (which are just # ordinary characters in this context). Strip double-quotes from the # value so that either will work. |