Merge "Don't export UBSan minimal runtime symbols." am: 078d4995b7
am: 910c257a72
Change-Id: I5b45e2d7afd24d7e6fe145d21fadb6840fecc9c1
This commit is contained in:
commit
6516a40a4e
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ ifeq ($(LOCAL_IS_HOST_MODULE)$(LOCAL_IS_AUX_MODULE),)
|
|||
ifeq ($(filter STATIC_LIBRARIES,$(LOCAL_MODULE_CLASS)),)
|
||||
ifndef LOCAL_SDK_VERSION
|
||||
my_static_libraries += $($(LOCAL_2ND_ARCH_VAR_PREFIX)UBSAN_MINIMAL_RUNTIME_LIBRARY)
|
||||
my_ldflags += -Wl,--exclude-libs,$($(LOCAL_2ND_ARCH_VAR_PREFIX)UBSAN_MINIMAL_RUNTIME_LIBRARY).a
|
||||
endif
|
||||
endif
|
||||
ifneq ($(filter unsigned-integer-overflow signed-integer-overflow integer,$(my_sanitize)),)
|
||||
|
|
Loading…
Reference in a new issue