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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user