aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Rossi <[email protected]>2019-05-05 18:43:33 +0200
committerMauro Rossi <[email protected]>2019-06-14 18:36:10 +0200
commitbbbbea243aea8297a4b7006be9e8f8e85c493b81 (patch)
tree119147988b0fa87ae84bad86e3e9a718b7f54f87
parent51e24af8fdebeac58891378278af4351789a9e88 (diff)
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 <[email protected]> Reviewed-by: Tapani Pälli <[email protected]>
-rw-r--r--src/amd/Android.common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk
index fe0721aca6f..54180f16bba 100644
--- a/src/amd/Android.common.mk
+++ b/src/amd/Android.common.mk
@@ -58,6 +58,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 := \