diff options
author | Chris Craik <ccraik@google.com> | 2015-11-03 10:33:34 -0800 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2015-11-03 14:35:17 -0800 |
commit | b38c1e8cfd27feb4dd17dfcb9b927777d2bf3024 (patch) | |
tree | 5f2a9d7bacf0831db3b26fea814cd5540654f3d3 /libs | |
parent | a2dbe43122f5f8cb72d21ab4c9e7a9d570ba5d2e (diff) | |
download | frameworks_base-b38c1e8cfd27feb4dd17dfcb9b927777d2bf3024.zip frameworks_base-b38c1e8cfd27feb4dd17dfcb9b927777d2bf3024.tar.gz frameworks_base-b38c1e8cfd27feb4dd17dfcb9b927777d2bf3024.tar.bz2 |
Use clang for libhwui
bug:25417885
Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156
Diffstat (limited to 'libs')
-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 \ |