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

Commit 8f4714e6 authored by Ben Wagner's avatar Ben Wagner Committed by android-build-merger
Browse files

Merge "Switch frameworks/base/core/jni from gcc to clang." am: 69ef7160

am: b10bd6be

* commit 'b10bd6be':
  Switch frameworks/base/core/jni from gcc to clang.
parents 2fa8d888 b10bd6be
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -286,10 +286,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))