From a02328395de5b2eff4485fdaf9321bf1087c28fb Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sun, 25 Apr 2021 11:49:26 +0200 Subject: [PATCH] android: amd/common: add nir include path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit $(MESA_TOP)/src/compiler/nir include path is added for both clarity and build errors preventive reasons Cc: 21.0 21.1 Reviewed-by: Marek Olšák Part-of: --- src/amd/Android.common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index d9aa66f..23bf129 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 \ -- 2.7.4