mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable unsigned integer overflow sanitization until libc++ is fixed. am: 900a7c36fb
am: 711e2e5d39 * commit '711e2e5d39e4db68803407262b4af6ad3e104c9d': Disable unsigned integer overflow sanitization until libc++ is fixed.
This commit is contained in:
commit
e7f39cb730
@ -64,9 +64,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)
|
||||
|
||||
@ -82,9 +80,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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user