Exempt UBSAN runtime library from soong_to_convert
Soong already uses it, just not as a prebuilt module. Test: Compare soong_to_convert.txt before/after Change-Id: I6ffa0d967635d52b7b4f8b2b0465cd50254f22b9
This commit is contained in:
parent
5aada52ffb
commit
0bf506f44a
1 changed files with 5 additions and 4 deletions
|
@ -1814,10 +1814,11 @@ SOONG_CONV.$(LOCAL_MODULE).PROBLEMS := \
|
|||
$(SOONG_CONV.$(LOCAL_MODULE).PROBLEMS) $(my_soong_problems)
|
||||
SOONG_CONV.$(LOCAL_MODULE).DEPS := \
|
||||
$(SOONG_CONV.$(LOCAL_MODULE).DEPS) \
|
||||
$(my_static_libraries) \
|
||||
$(my_whole_static_libraries) \
|
||||
$(my_shared_libraries) \
|
||||
$(my_system_shared_libraries)
|
||||
$(filter-out $($(LOCAL_2ND_ARCH_VAR_PREFIX)UBSAN_RUNTIME_LIBRARY),\
|
||||
$(my_static_libraries) \
|
||||
$(my_whole_static_libraries) \
|
||||
$(my_shared_libraries) \
|
||||
$(my_system_shared_libraries))
|
||||
SOONG_CONV := $(SOONG_CONV) $(LOCAL_MODULE)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue