mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
android: intel: Print GPU timing data based on INTEL_MEASURE
Fixes the following building errors in Android:
FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.android-x86_intermediates/LINKED/vulkan.android-x86.so
...
ld.lld: error: undefined symbol: intel_measure_init
ld.lld: error: undefined symbol: intel_measure_state_changed
ld.lld: error: undefined symbol: intel_measure_snapshot_string
ld.lld: error: undefined symbol: intel_measure_gather
ld.lld: error: undefined symbol: intel_measure_frame_transition
Fixes: 0f4143ec37 ("intel: Print GPU timing data based on INTEL_MEASURE")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8887>
This commit is contained in:
parent
e5fc8a28dc
commit
9664bb1f3b
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ COMMON_FILES = \
|
|||
common/gen_sample_positions.c \
|
||||
common/gen_sample_positions.h \
|
||||
common/gen_uuid.c \
|
||||
common/gen_uuid.h
|
||||
common/gen_uuid.h \
|
||||
common/intel_measure.c \
|
||||
common/intel_measure.h
|
||||
|
||||
COMPILER_FILES = \
|
||||
compiler/brw_cfg.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue