OSDN Git Service

Switch frameworks/base/core/jni from gcc to clang.
authorBen Wagner <bungeman@google.com>
Thu, 17 Mar 2016 21:31:40 +0000 (17:31 -0400)
committerBen Wagner <bungeman@google.com>
Fri, 18 Mar 2016 00:25:38 +0000 (00:25 +0000)
Bug: http://b/22414716

Change-Id: If77628daf4e621008cda96645a9fffbf0fba4992

core/jni/Android.mk

index 3720498..9e58944 100644 (file)
@@ -279,10 +279,6 @@ LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunre
 #                        is not being compiled with that level. Remove once this has changed.
 LOCAL_CLANG_CFLAGS += -Wno-c++11-extensions
 
-# b/22414716: thread_local (android/graphics/Paint.cpp) and Clang don't like each other at the
-#             moment.
-LOCAL_CLANG := false
-
 include $(BUILD_SHARED_LIBRARY)
 
 include $(call all-makefiles-under,$(LOCAL_PATH))