Merge \"Only add libdl dependency for ASan/TSan on target.\"
am: 3d8ee8896b
Change-Id: I97e2daed8c10a325e27969c2fcaac1848dfefa80
This commit is contained in:
@@ -101,7 +101,9 @@ ifneq ($(my_sanitize),)
|
||||
my_cflags += -fsanitize-trap=all
|
||||
my_cflags += -ftrap-function=abort
|
||||
endif
|
||||
my_shared_libraries += libdl
|
||||
ifneq ($(filter address thread,$(my_sanitize)),)
|
||||
my_shared_libraries += libdl
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user