From d354fd2c66855d116440eb4c936317f124241225 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Tue, 3 Nov 2015 10:33:34 -0800 Subject: Use clang for libhwui bug:25417885 Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156 --- libs/hwui/Android.common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs') 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 \ -- cgit v1.1