am 8462913d: Merge "Frameworks/base: Ignore unknown pragmas in core/jni"
* commit '8462913d0c19973901a861749b4abbaacdf4b477': Frameworks/base: Ignore unknown pragmas in core/jni
This commit is contained in:
@@ -261,7 +261,9 @@ LOCAL_C_INCLUDES += bionic/libc/private
|
|||||||
|
|
||||||
LOCAL_MODULE:= libandroid_runtime
|
LOCAL_MODULE:= libandroid_runtime
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
|
# -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn
|
||||||
|
# off a GCC warning that Clang doesn't know.
|
||||||
|
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unknown-pragmas
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user