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>
(cherry picked from commit 9d02d65f46)
This commit is contained in:
Mauro Rossi 2020-09-05 23:31:28 +02:00 committed by Dylan Baker
parent 1a906eea25
commit 64ff6b112e
2 changed files with 3 additions and 1 deletions

View file

@ -1291,7 +1291,7 @@
"description": "android: freedreno/common: add libmesa_git_sha1 static dependency",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "e7458f19e1de7d40ff8aa72b6a141f24d33451c6"
},

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)