android: amd/common: add nir include path

$(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>
(cherry picked from commit a02328395d)
This commit is contained in:
Mauro Rossi 2021-04-25 11:49:26 +02:00 committed by Dylan Baker
parent 734c940bb4
commit c575dae37a
2 changed files with 2 additions and 1 deletions

View file

@ -499,7 +499,7 @@
"description": "android: amd/common: add nir include path",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": null
},

View 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 \