提交 3d15532a 编写于 作者: S Stephen Hines 提交者: android-build-merger

Disable unsigned integer overflow sanitization until libc++ is fixed.

am: 4553fa41

* commit '4553fa41':
  Disable unsigned integer overflow sanitization until libc++ is fixed.
......@@ -53,9 +53,7 @@ LOCAL_SHARED_LIBRARIES := $(minikin_shared_libraries)
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
# b/26432628.
ifeq ($(filter x86%,$(TARGET_ARCH)),)
LOCAL_SANITIZE += unsigned-integer-overflow
endif
#LOCAL_SANITIZE += unsigned-integer-overflow
include $(BUILD_SHARED_LIBRARY)
......@@ -70,9 +68,7 @@ LOCAL_SHARED_LIBRARIES := $(minikin_shared_libraries)
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
# b/26432628.
ifeq ($(filter x86%,$(TARGET_ARCH)),)
LOCAL_SANITIZE += unsigned-integer-overflow
endif
#LOCAL_SANITIZE += unsigned-integer-overflow
include $(BUILD_STATIC_LIBRARY)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册