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

Author: Mauro Rossi <issor.or...@gmail.com>
Date:   Sun May  5 18:43:33 2019 +0200

android: amd/common: fix missing include path

Fixes the following building error in Android:

In file included from external/mesa/src/amd/common/ac_llvm_helper.cpp:34:
In file included from external/mesa/src/amd/common/ac_llvm_build.h:30:
In file included from external/mesa/src/compiler/nir/nir.h:40:
In file included from external/mesa/src/compiler/nir_types.h:36:
external/mesa/src/compiler/glsl_types.h:37:10: fatal error: 'main/config.h' 
file not found
         ^~~~~~~~~~~~~~~
1 error generated.

Fixes: bd4c661 ("ac,ac/nir: use a better sync scope for shared atomics")
Signed-off-by: Mauro Rossi <issor.or...@gmail.com>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
(cherry picked from commit bbbbea243aea8297a4b7006be9e8f8e85c493b81)

---

 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 4ef7f176e92..29a294adcd7 100644
--- a/src/amd/Android.common.mk
+++ b/src/amd/Android.common.mk
@@ -55,6 +55,7 @@ LOCAL_C_INCLUDES := \
        $(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
        $(MESA_TOP)/src/gallium/include \
        $(MESA_TOP)/src/gallium/auxiliary \
+       $(MESA_TOP)/src/mesa \
        $(intermediates)/common
 
 LOCAL_EXPORT_C_INCLUDE_DIRS := \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to