summaryrefslogtreecommitdiffstats
path: root/edify
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-03 19:49:29 +0200
committerTao Bao <tbao@google.com>2015-06-03 20:30:03 +0200
commit80e46e08de5f65702fa7f7cd3ef83f905d919bbc (patch)
treea49e149d6efdf165c92650ebd6d7f410ee63b4f6 /edify
parentMerge "Fix build: fprintf without modifier" (diff)
downloadandroid_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.gz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.bz2
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.lz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.xz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.zst
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.zip
Diffstat (limited to 'edify')
-rw-r--r--edify/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/Android.mk b/edify/Android.mk
index 03c04e432..c36645045 100644
--- a/edify/Android.mk
+++ b/edify/Android.mk
@@ -25,6 +25,7 @@ LOCAL_CFLAGS := $(edify_cflags) -g -O0
LOCAL_MODULE := edify
LOCAL_YACCFLAGS := -v
LOCAL_CFLAGS += -Wno-unused-parameter
+LOCAL_CLANG := true
include $(BUILD_HOST_EXECUTABLE)
@@ -38,5 +39,6 @@ LOCAL_SRC_FILES := $(edify_src_files)
LOCAL_CFLAGS := $(edify_cflags)
LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_MODULE := libedify
+LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)