android: ac: add include src/util path

Fixes the following building error:

external/mesa/src/amd/common/ac_nir_lower_ngg.c:27:10: fatal error: 'u_math.h' file not found
         ^~~~~~~~~~
1 error generated.

Fixes: 3d589b8b46 ("ac: Add new NIR pass to lower NGG VS/TES.")
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11177>
This commit is contained in:
Mauro Rossi 2021-06-02 19:28:25 +02:00
parent 2dea82fc07
commit 60e134e83e
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/gallium/include \
$(MESA_TOP)/src/gallium/auxiliary \
$(MESA_TOP)/src/mesa \
$(MESA_TOP)/src/util \
$(intermediates)/common
LOCAL_EXPORT_C_INCLUDE_DIRS := \