mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
freedreno: android: fix build of perfcounters.
Some dependencies were missing on android causing a build failure. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3736> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3736>
This commit is contained in:
parent
fad9924315
commit
d8bae10bfe
2 changed files with 5 additions and 4 deletions
|
|
@ -31,13 +31,13 @@ include $(CLEAR_VARS)
|
|||
LOCAL_SRC_FILES := \
|
||||
$(perfcntrs_SOURCES)
|
||||
|
||||
LOCAL_C_INCLUDES :=
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary
|
||||
|
||||
LOCAL_MODULE := libfreedreno_perfcntrs
|
||||
|
||||
LOCAL_GENERATED_SOURCES := \
|
||||
$(MESA_GEN_GLSL_H) \
|
||||
$(MESA_GEN_NIR_H)
|
||||
LOCAL_STATIC_LIBRARIES := libfreedreno_registers
|
||||
|
||||
include $(MESA_COMMON_MK)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ LOCAL_STATIC_LIBRARIES += \
|
|||
libetnaviv_drm \
|
||||
libfreedreno_drm \
|
||||
libfreedreno_ir3 \
|
||||
libfreedreno_perfcntrs \
|
||||
libmesa_gallium \
|
||||
libpanfrost_bifrost \
|
||||
libpanfrost_decode \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue