android: ac/radv: fix typo in ac_rgp.h listed in Makefile.sources

Fixes the following building error:

error: external/mesa/src/amd/Android.mk: libmesa_amd_common: Unused source files: common/ac_rgph.

Fixes: 4ec5cf5318 ("ac/radv: move radv_rgp.c to ac")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8371>
This commit is contained in:
Mauro Rossi 2021-01-07 22:59:53 +01:00
parent be50c7f329
commit e7444bd3a6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ AMD_COMMON_FILES = \
common/ac_surface.c \
common/ac_surface.h \
common/ac_rgp.c \
common/ac_rgph \
common/ac_rgp.h \
common/ac_rtld.c \
common/ac_rtld.h \
common/ac_shader_args.c \