am 9502cc54: am d0669693: am b08c24a3: Frameworks/base: Disable Clang in core/jni

* commit '9502cc548b0000bc192fcf597596e109f3d93f02':
  Frameworks/base: Disable Clang in core/jni
This commit is contained in:
Andreas Gampe
2015-08-11 06:49:27 +00:00
committed by Android Git Automerger

View File

@@ -273,6 +273,10 @@ LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunre
# is not being compiled with that level. Remove once this has changed.
LOCAL_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))