OSDN Git Service

Use clang for libhwui
authorChris Craik <ccraik@google.com>
Tue, 3 Nov 2015 18:33:34 +0000 (10:33 -0800)
committerThe Android Automerger <android-build@google.com>
Tue, 3 Nov 2015 22:35:17 +0000 (14:35 -0800)
bug:25417885

Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156

libs/hwui/Android.common.mk

index 38e8be9..c80f2cf 100644 (file)
@@ -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 \