OSDN Git Service

android: radv: add libmesa_git_sha1 static dependency
authorMauro Rossi <issor.oruam@gmail.com>
Tue, 30 Oct 2018 21:35:43 +0000 (22:35 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 3 Nov 2018 09:48:45 +0000 (10:48 +0100)
commit5c0cff868a48202df1ddb30d1dca848101063cb6
tree97846d27ddbf564168cbb3e9e1345c38bae6d3c7
parent0d78c6af0d0e24f0e3fa8465ed42587287d1cfc1
android: radv: add libmesa_git_sha1 static dependency

libmesa_git_sha1 whole static dependency is added to get git_sha1.h header
and avoid following building error:

external/mesa/src/amd/vulkan/radv_device.c:46:10:
fatal error: 'git_sha1.h' file not found
         ^
1 error generated.

Fixes: 9d40ec2cf6 ("radv: Add support for VK_KHR_driver_properties.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/amd/vulkan/Android.mk