Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67d34cfe authored by Yabin Cui's avatar Yabin Cui Committed by android-build-merger
Browse files

Merge "Link tsan shared library when tsan is used." am: c29a1160 am: 7b0836d4

am: eae195ec

Change-Id: Ib6cead34692d2453cb8ff50efc42bfdf687c8baf
parents 26801092 eae195ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@ ifneq ($(filter thread,$(my_sanitize)),)
    else
        $(error $(LOCAL_PATH): $(LOCAL_MODULE): TSAN cannot be used for 32-bit modules.)
    endif
  else
    my_shared_libraries += $(TSAN_RUNTIME_LIBRARY)
  endif
endif