Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af7855ff authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am b08c24a3: Frameworks/base: Disable Clang in core/jni

* commit 'b08c24a3':
  Frameworks/base: Disable Clang in core/jni
parents 85aed84e b08c24a3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -269,6 +269,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))