Merge "Use clang for libhwui" into mnc-dr-dev

am: 61c93eb16d

* commit '61c93eb16d91bd210948af6e812517e3c03535b4':
  Use clang for libhwui
This commit is contained in:
Tenghui Zhu
2015-11-03 19:40:29 +00:00
committed by android-build-merger

View 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 \