android: panfrost/bifrost: add libpanfrost_lib static dependency

Fixes the following building error:

external/mesa/src/panfrost/bifrost/test/bit.h:30:10: fatal error: 'panfrost/lib/midgard_pack.h' file not found
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Fixes: 88dc4c21e ("panfrost: Redirect cmdstream includes through GenXML")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6317>
This commit is contained in:
Mauro Rossi 2020-08-14 04:12:41 +02:00
parent bce1a7e97f
commit 99372547be
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ LOCAL_C_INCLUDES := \
LOCAL_STATIC_LIBRARIES := \
libmesa_glsl \
libmesa_nir \
libmesa_st_mesa
libmesa_st_mesa \
libpanfrost_lib
LOCAL_GENERATED_SOURCES := \
$(intermediates)/bifrost_nir_algebraic.c \