From 079e333e04410c85853aa533ee36004d5b54b21b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 8 Dec 2023 15:57:24 -0800 Subject: Remove explicit -fno-emulated-tls. The toolchain defaults to ELF TLS for all supported API levels now. Test: treehugger Change-Id: I1bdaf81ebef619014ee62f81e5ff21124fc63125 --- Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Android.bp b/Android.bp index dd135c0..d399460 100644 --- a/Android.bp +++ b/Android.bp @@ -114,11 +114,6 @@ cc_library_static { "gwp_asan/platform_specific/utilities_posix.cpp", "gwp_asan/stack_trace_compressor.cpp", ], - // GWP-ASan requires platform (non-emulated) TLS. We use thread local - // variables in the core, inlined interface to GWP-ASan. - cflags: [ - "-fno-emulated-tls", - ], apex_available: [ // Required to not occlude the default platform variation from being // skipped by the apex mutator. If this happens - the license file for -- cgit v1.2.3