android: util: add log.c to Makefile.sources

Fixes the following building errors:

external/mesa/src/intel/vulkan/anv_android.c:627: error: undefined reference to 'mesa_log'
...
external/mesa/src/intel/vulkan/anv_device.c:164: error: undefined reference to 'mesa_log'

Fixes: 13ea7db76 ("mesa: Promote Intel's simple logging façade for Android to util/")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6972>
This commit is contained in:
Mauro Rossi 2020-10-02 00:42:32 +02:00
parent f9977f8729
commit b23541c4d3
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ MESA_UTIL_FILES := \
u_idalloc.c \
u_idalloc.h \
list.h \
log.c \
log.h \
macros.h \
mesa-sha1.c \