summaryrefslogtreecommitdiffstats
path: root/mtdutils/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-03 19:49:29 +0200
committerRom Lemarchand <romlem@google.com>2015-11-16 23:28:40 +0100
commit7101b2e2854985727b7ef65e5b5057e0ecf2d034 (patch)
tree937f286110e485837d6a50203c7ab362a4f7afdd /mtdutils/Android.mk
parentam 838768ca: am 15da523e: am 3c7f655b: (-s ours) am 0e804d54: am d396b9db: am 710b6bb9: am ec4b58ad: (-s ours) am ec63d564: Track usage of Vector / SortedVector from libutils DO NOT MERGE (diff)
downloadandroid_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar.gz
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar.bz2
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar.lz
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar.xz
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.tar.zst
android_bootable_recovery-7101b2e2854985727b7ef65e5b5057e0ecf2d034.zip
Diffstat (limited to 'mtdutils/Android.mk')
-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