mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable integer sanitization in libminikin. am: 147ce0acb9
am: ea647a237d * commit 'ea647a237d8ded834b585f5556b98509e2221ca1': Enable integer sanitization in libminikin.
This commit is contained in:
commit
1d362de4cc
@ -61,7 +61,8 @@ LOCAL_SRC_FILES := $(minikin_src_files)
|
||||
LOCAL_C_INCLUDES := $(minikin_c_includes)
|
||||
LOCAL_CPPFLAGS += -Werror -Wall -Wextra $(enable_race_detection)
|
||||
LOCAL_SHARED_LIBRARIES := $(minikin_shared_libraries)
|
||||
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
@ -73,6 +74,8 @@ LOCAL_SRC_FILES := $(minikin_src_files)
|
||||
LOCAL_C_INCLUDES := $(minikin_c_includes)
|
||||
LOCAL_CPPFLAGS += -Werror -Wall -Wextra $(enable_race_detection)
|
||||
LOCAL_SHARED_LIBRARIES := $(minikin_shared_libraries)
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
@ -86,6 +89,8 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := frameworks/minikin/include
|
||||
LOCAL_C_INCLUDES := $(minikin_c_includes)
|
||||
LOCAL_CPPFLAGS += -Werror -Wall -Wextra $(enable_race_detection)
|
||||
LOCAL_SHARED_LIBRARIES := liblog libicuuc-host
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
|
||||
|
||||
LOCAL_SRC_FILES := Hyphenator.cpp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user