summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Tenghui Zhu <ztenghui@google.com> 2015-11-03 19:55:52 +0000
committer android-build-merger <android-build-merger@google.com> 2015-11-03 19:55:52 +0000
commit0cda530e0e4d8b8e8742541ddb45de9d0c80dedc (patch)
tree2aa2b55a07b166449afeb75cacf5cb951095b7bc /libs
parent7078a446874bdb2a51b9eae8b41f9d1ec0bce86a (diff)
parenta32f221db0361c9047fd61373fbf815c37d958f8 (diff)
Merge "Use clang for libhwui" into mnc-dr-dev am: 61c93eb16d am: a66dc6e159
am: a32f221db0 * commit 'a32f221db0361c9047fd61373fbf815c37d958f8': Use clang for libhwui
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/Android.common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Android.common.mk b/libs/hwui/Android.common.mk
index 38e8be907720..c80f2cf88797 100644
--- a/libs/hwui/Android.common.mk
+++ b/libs/hwui/Android.common.mk
@@ -1,6 +1,9 @@
# getConfig in external/skia/include/core/SkBitmap.h is deprecated.
# Allow Gnu extension: in-class initializer of static 'const float' member.
# DeferredLayerUpdater.h: private field 'mRenderThread' is not used.
+
+LOCAL_CLANG := true
+
LOCAL_CLANG_CFLAGS += \
-Wno-deprecated-declarations \
-Wno-gnu-static-float-init \