diff options
author | Tao Bao <tbao@google.com> | 2015-06-04 01:05:01 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-04 01:05:01 +0200 |
commit | a0f4278d95f23ee90ea1978b233fa5b8c4072687 (patch) | |
tree | 6b3246980477918a5d27389194225864175bddda /edify | |
parent | am 3ed20cff: am 028d216c: am 227069d7: Merge "Fix build: fprintf without modifier" (diff) | |
parent | am 7baa13f6: am 3f9db6af: Merge "recovery: Switch to clang" (diff) | |
download | android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar.gz android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar.bz2 android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar.lz android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar.xz android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.tar.zst android_bootable_recovery-a0f4278d95f23ee90ea1978b233fa5b8c4072687.zip |
Diffstat (limited to 'edify')
-rw-r--r-- | edify/Android.mk | 2 |
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) |