tsan: disable _FORTIFY_SOURCE

tsan uses bionic's header files, but implements it's own
libc functions. The mismatch between our header files and
their libc is causing problems when we try to rewrite common
methods like "memcpy".

Disable _FORTIFY_SOURCE on tsan to eliminate these problems.

Change-Id: I92d1c099491377b8211505f1963f62858cf671da
1 file changed
tree: 698186d05021d4556d8d2ae1994ff07453992820
  1. dynamic_annotations/
  2. main/
  3. tsan/
  4. unittest/
  5. Android.mk