Mesa (staging/21.1): android: amd/common: add nir include path

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 27 18:22:16 UTC 2021


Module: Mesa
Branch: staging/21.1
Commit: c575dae37a2efbe0ed4dbadf190c6473040f3321
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c575dae37a2efbe0ed4dbadf190c6473040f3321

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Sun Apr 25 11:49:26 2021 +0200

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 at lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10443>
(cherry picked from commit a02328395de5b2eff4485fdaf9321bf1087c28fb)

---

 .pick_status.json         | 2 +-
 src/amd/Android.common.mk | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 2b524c49a5f..10d2e5ff214 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -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
     },
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk
index d9aa66fd23e..23bf129d156 100644
--- a/src/amd/Android.common.mk
+++ b/src/amd/Android.common.mk
@@ -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 \



More information about the mesa-commit mailing list