summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-11-03 10:33:34 -0800
committerChris Craik <ccraik@google.com>2015-11-03 10:34:28 -0800
commitd354fd2c66855d116440eb4c936317f124241225 (patch)
tree237a643b117f3e993d71243c80490968ae128441 /libs
parentb0e4f9e97e272783f08b2245219239aaa667073d (diff)
downloadframeworks_base-d354fd2c66855d116440eb4c936317f124241225.zip
frameworks_base-d354fd2c66855d116440eb4c936317f124241225.tar.gz
frameworks_base-d354fd2c66855d116440eb4c936317f124241225.tar.bz2
Use clang for libhwui
bug:25417885 Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156
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 38e8be9..c80f2cf 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 \