diff options
author | Roman Stratiienko <[email protected]> | 2020-03-22 23:36:16 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-23 14:03:22 +0000 |
commit | 2a70a1d69d3151e6c95111a297e715e887692ce3 (patch) | |
tree | 1e26c20847d82448d6fe46b2c4cd8128a319f320 /src/gallium/targets/dri | |
parent | 6c8ccbe41b65f21622e10f4de54a6a19dc7d9afa (diff) |
panfrost: Align Android makefiles with recent changes
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Signed-off-by: Roman Stratiienko <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4280>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4280>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r-- | src/gallium/targets/dri/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/Android.mk b/src/gallium/targets/dri/Android.mk index 11ee103c669..33cf6a52a61 100644 --- a/src/gallium/targets/dri/Android.mk +++ b/src/gallium/targets/dri/Android.mk @@ -64,7 +64,8 @@ LOCAL_STATIC_LIBRARIES += \ libpanfrost_decode \ libpanfrost_encoder \ libpanfrost_midgard \ - libpanfrost_shared + libpanfrost_shared \ + libpanfrost_util \ ifeq ($(USE_LIBBACKTRACE),true) LOCAL_SHARED_LIBRARIES += libbacktrace |