iris/android: fix build and link with libmesa_intel_perf
authorTapani Pälli <tapani.palli@intel.com>
Tue, 13 Aug 2019 07:34:06 +0000 (10:34 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Thu, 22 Aug 2019 07:01:14 +0000 (10:01 +0300)
Fixes: 0fd4359733e "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>
src/gallium/drivers/iris/Android.mk
src/gallium/drivers/iris/Makefile.sources

index 824ae7a0b10a7615aac6e98cc65ce3f1c9c0f470..71ec0cf58f9d23f209056d1106511afb065cb60e 100644 (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 \
index d44221078f97595c777e3e2770281e35446e8040..bc8f592d3338d0893842f8e282d8ffb8b744de18 100644 (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 \