Skip to content
  • Rob Herring's avatar
    Android: rework LLVM build support · 26aee6f4
    Rob Herring authored and Emil Velikov's avatar Emil Velikov committed
    
    
    Currently, building with "mmma external/mesa3d" which builds all targets
    and dependencies is broken for targets that require LLVM. This is due to
    the build settings depending on MESA_ENABLE_LLVM. Instead of using a
    conditional in the global Android.common.mk, make all the components that
    need LLVM explicitly include the necessary build settings.
    
    GALLIVM_CPP_SOURCES doesn't exist anymore, so remove that as well.
    
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
    26aee6f4