iris/android: fix build and link with libmesa_intel_perf

Fixes: 0fd4359733 "iris/perf: implement routines to return counter info"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Tapani Pälli 2019-08-13 10:34:06 +03:00
parent 2d9f401a83
commit 728ebcdec2
2 changed files with 2 additions and 0 deletions

View file

@ -165,6 +165,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
libmesa_blorp \
libmesa_intel_common \
libmesa_intel_compiler \
libmesa_intel_perf \
libmesa_iris_gen8 \
libmesa_iris_gen9 \
libmesa_iris_gen10 \

View file

@ -44,6 +44,7 @@ IRIS_C_SOURCES = \
iris_formats.c \
iris_genx_macros.h \
iris_genx_protos.h \
iris_monitor.c \
iris_pipe.h \
iris_pipe_control.c \
iris_program.c \