diff options
author | John Reck <jreck@google.com> | 2015-11-04 15:21:35 +0000 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2015-11-04 13:00:19 -0800 |
commit | 09298272d1164e3c2df0f7337eb6598652becb10 (patch) | |
tree | cdf1cb511129a74688c66149f65bdc99257d87fd /libs/hwui | |
parent | b38fcc375ce2d13b3e378b21673b6cd5b273e100 (diff) | |
download | frameworks_base-09298272d1164e3c2df0f7337eb6598652becb10.zip frameworks_base-09298272d1164e3c2df0f7337eb6598652becb10.tar.gz frameworks_base-09298272d1164e3c2df0f7337eb6598652becb10.tar.bz2 |
Revert "Use clang for libhwui"
Bug 25462107
This reverts commit d354fd2c66855d116440eb4c936317f124241225.
Change-Id: Ib7c50b5becf247f837f3cc20f9128d9411d22563
Diffstat (limited to 'libs/hwui')
-rw-r--r-- | libs/hwui/Android.common.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/Android.common.mk b/libs/hwui/Android.common.mk index c80f2cf..38e8be9 100644 --- a/libs/hwui/Android.common.mk +++ b/libs/hwui/Android.common.mk @@ -1,9 +1,6 @@ # 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 \ |