android: util: add log.c to Makefile.sources
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 1 Oct 2020 22:42:32 +0000 (00:42 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Fri, 2 Oct 2020 19:23:25 +0000 (21:23 +0200)
commitb23541c4d3aed0e8c66d604c2630a2ee917681e5
tree480cf5855ee36d97493af9d1f0557c497f153ced
parentf9977f87296b63db55567d38ca5023c727380a12
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>
src/util/Makefile.sources