diff options
| author | 2015-11-04 18:21:35 +0000 | |
|---|---|---|
| committer | 2015-11-04 18:21:35 +0000 | |
| commit | 392b0926aa19ae3856bfddbbeeeb7639f051a86b (patch) | |
| tree | bc6f95e4d83b6c0a4489b91cb8303d3240d1cba3 | |
| parent | 68b7d59f3e278fb18ec6f2631f60341df40b0abc (diff) | |
| parent | 26f50df75477a18e40c6da59a15cc2bd4b441239 (diff) | |
Merge "Revert "Use clang for libhwui"" into mnc-dr-dev am: 1e1fbd804b am: f8635c2e04
am: 26f50df754
* commit '26f50df75477a18e40c6da59a15cc2bd4b441239':
Revert "Use clang for libhwui"
| -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 c80f2cf88797..38e8be907720 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 \ |