Skip to content

radv: Add Android module info to linker script.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:hmi into master

The Android Vulkan loader needs this symbol, so the addition of the linker script broke Vulkan for Android.

(For non-Android builds: I checked that having a non-existent symbol in the linker script works ok and doesn't put the symbol in the library)

Fixes: 41bb6459 ("radv: restrict exported symbols with static llvm")

Merge request reports