android: freedreno/common: add libmesa_git_sha1 static dependency

Fixes the following building error:

external/mesa/src/freedreno/common/freedreno_uuid.c:30:10: fatal error: 'git_sha1.h' file not found
         ^~~~~~~~~~~~
1 error generated.

Fixes: e7458f19e ("freedreno/uuid: Generate meaningful device and driver UUID")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6625>
This commit is contained in:
Mauro Rossi
2020-09-05 23:31:28 +02:00
committed by Marge Bot
parent cc86a13b36
commit 9d02d65f46

View File

@@ -37,5 +37,7 @@ LOCAL_C_INCLUDES := \
LOCAL_MODULE := libfreedreno_common
LOCAL_STATIC_LIBRARIES := libmesa_git_sha1
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)