Merge "Link tsan shared library when tsan is used."
This commit is contained in:
@@ -137,6 +137,8 @@ ifneq ($(filter thread,$(my_sanitize)),)
|
|||||||
else
|
else
|
||||||
$(error $(LOCAL_PATH): $(LOCAL_MODULE): TSAN cannot be used for 32-bit modules.)
|
$(error $(LOCAL_PATH): $(LOCAL_MODULE): TSAN cannot be used for 32-bit modules.)
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
my_shared_libraries += $(TSAN_RUNTIME_LIBRARY)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user