aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMartin Fuzzey <[email protected]>2020-02-06 19:07:16 +0100
committerMarge Bot <[email protected]>2020-02-07 16:34:49 +0000
commitd8bae10bfe0f487dcaec721743cd51441bcc12f5 (patch)
treebdb490b2a7fb5f7b7f3c50d13dd912ca53fd470f /src/gallium/targets
parentfad99243151725a3bdcab73bfd548adb2c535281 (diff)
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>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/dri/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/Android.mk b/src/gallium/targets/dri/Android.mk
index 31d33b255d6..11ee103c669 100644
--- a/src/gallium/targets/dri/Android.mk
+++ b/src/gallium/targets/dri/Android.mk
@@ -58,6 +58,7 @@ LOCAL_STATIC_LIBRARIES += \
libetnaviv_drm \
libfreedreno_drm \
libfreedreno_ir3 \
+ libfreedreno_perfcntrs \
libmesa_gallium \
libpanfrost_bifrost \
libpanfrost_decode \