summaryrefslogtreecommitdiffstats
path: root/mtdutils
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 /mtdutils
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 'mtdutils')
-rw-r--r--mtdutils/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index f04355b5e..b7d35c27a 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -6,10 +6,12 @@ LOCAL_SRC_FILES := \
mounts.c
LOCAL_MODULE := libmtdutils
+LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
+LOCAL_CLANG := true
LOCAL_SRC_FILES := flash_image.c
LOCAL_MODULE := flash_image
LOCAL_MODULE_TAGS := eng