android: amd/common: add nir include path
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 25 Apr 2021 09:49:26 +0000 (11:49 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Mon, 26 Apr 2021 21:14:56 +0000 (23:14 +0200)
$(MESA_TOP)/src/compiler/nir include path is added
for both clarity and build errors preventive reasons

Cc: 21.0 21.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10443>

src/amd/Android.common.mk

index d9aa66f..23bf129 100644 (file)
@@ -95,6 +95,7 @@ LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/amd/common \
        $(MESA_TOP)/src/amd/llvm \
        $(MESA_TOP)/src/compiler \
+       $(MESA_TOP)/src/compiler/nir \
        $(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary \