Skip to content

android: Fix ELF TLS support.

Emma Anholt requested to merge anholt/mesa:android-tls into main

The NDK compiler, at least, requires that you request the newer ELF TLS support in order to avoid emutls (which is not supported in the VNDK).

Merge request reports