anv/android: we need git_sha1.h in include paths
authorTapani Pälli <tapani.palli@intel.com>
Wed, 3 Oct 2018 10:46:42 +0000 (13:46 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 12 Oct 2018 04:29:03 +0000 (07:29 +0300)
Fixes: e4538b9 "anv: Implement VK_KHR_driver_properties"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
src/intel/Android.vulkan.mk

index 09dc22875a1f3c1da9b32492de43a3b951516acd..db81fada27796e2d11e212ca1ec280165f6d8fae 100644 (file)
@@ -229,6 +229,7 @@ LOCAL_C_INCLUDES := \
 LOCAL_WHOLE_STATIC_LIBRARIES := \
        libmesa_anv_entrypoints \
        libmesa_genxml \
 LOCAL_WHOLE_STATIC_LIBRARIES := \
        libmesa_anv_entrypoints \
        libmesa_genxml \
+       libmesa_git_sha1 \
        libmesa_vulkan_util
 
 # The rule generates both C and H files, but due to some strange
        libmesa_vulkan_util
 
 # The rule generates both C and H files, but due to some strange