Skip to content
  • maurossi's avatar
    android: amd/common: add support for libmesa_amd_common · 0148313e
    maurossi authored
    Fixes the following building error introduced with commit 7115e56c
    
    
    and related amd/common dependencies:
    
    external/mesa/src/gallium/drivers/radeonsi/si_shader.c:6861: error: undefined reference to 'ac_is_sgpr_param'
    external/mesa/src/gallium/drivers/radeonsi/si_shader.c:6951: error: undefined reference to 'ac_is_sgpr_param'
    clang++: error: linker command failed with exit code 1 (use -v to see invocation)
    
    ninja: build stopped: subcommand failed.
    build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
    make: *** [ninja_wrapper] Error 1
    
    Signed-off-by: default avatarMarek Olšák <marek.olsak@amd.com>
    0148313e