Skip to content

Android.mk: be able to build radeonsi without llvm

maurossi requested to merge issor.oruam/mesa:radeonsi_without_llvm into main

What does this MR do and why?

Android.mk rules for radeonsi are updated according to commit 0a564171 "meson: be able to build radeonsi without llvm"

cflag -DFORCE_BUILD_AMDGPU is required when building radeonsi with llvm support based on android-x86 downstream LLVM fork that follows the AOSP llvm build rules.

Edited by maurossi

Merge request reports