diff options
Diffstat (limited to 'libs/hwui/Android.common.mk')
-rw-r--r-- | libs/hwui/Android.common.mk | 3 |
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 \ |