Android: Use rt.sections_elf_shared, not rt.sections_android

Android supports native ELF TLS since API level 29 (Android v10),
so we can use the generic rt.sections_elf_shared implementation now,
which among other things also enables *shared* druntime/Phobos libs.
This commit is contained in:
Martin Kinkelin 2024-06-11 15:39:17 +02:00 committed by The Dlang Bot
parent 94057dfdc0
commit 635aeb79c2
7 changed files with 15 additions and 306 deletions

View file

@ -581,7 +581,6 @@ SRCS=\
src\rt\msvc_math.d \
src\rt\profilegc.d \
src\rt\sections.d \
src\rt\sections_android.d \
src\rt\sections_darwin_64.d \
src\rt\sections_elf_shared.d \
src\rt\sections_osx_x86.d \