summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-08-13 15:07:40 -0700
committerTim Murray <timmurray@google.com>2014-08-14 05:59:36 +0000
commit434098c79aa7b176b4ccc9e4572e3fe592be0fd6 (patch)
treec135f62082da8195a9d87b2b9c515f2aca78fe7b /Android.mk
parent64147ebf4f0b1c23d2caf2cf7c1675d27de97d99 (diff)
downloadrs-434098c79aa7b176b4ccc9e4572e3fe592be0fd6.tar.gz
Compile host libRS with clang.
bug 16513433 Change-Id: I70e79d35e34f408f31f7e69347024fdc1baefda7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 685e5555..e8ec005e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -265,6 +265,8 @@ LOCAL_SRC_FILES:= \
LOCAL_STATIC_LIBRARIES := libcutils libutils liblog
+LOCAL_CLANG := true
+
include $(BUILD_HOST_STATIC_LIBRARY)
LLVM_ROOT_PATH := external/llvm