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:
Mauro Rossi 2021-02-05 23:06:32 +01:00
parent e5fc8a28dc
commit 9664bb1f3b

View file

@ -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 \