Mesa (master): android: amd/common: export amd/llvm headers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 14 09:53:34 UTC 2019


Module: Mesa
Branch: master
Commit: 072c94f7245316d438df847affcc4df20aafebfb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=072c94f7245316d438df847affcc4df20aafebfb

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Mon Oct 14 00:35:37 2019 +0200

android: amd/common: export amd/llvm headers

Fixes the following building error:

external/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c:42:10:
fatal error: 'ac_llvm_util.h' file not found
         ^~~~~~~~~~~~~~~~
1 error generated.

Fixes: 3a08110 ("amd: Move all amd/common code that depends on LLVM to amd/llvm.")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 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 f77aa79c7d8..1ee06e9b63e 100644
--- a/src/amd/Android.common.mk
+++ b/src/amd/Android.common.mk
@@ -81,6 +81,7 @@ LOCAL_C_INCLUDES := \
 
 LOCAL_EXPORT_C_INCLUDE_DIRS := \
 	$(LOCAL_PATH)/common \
+	$(LOCAL_PATH)/llvm \
 	$(intermediates)/common
 
 LOCAL_SHARED_LIBRARIES := \




More information about the mesa-commit mailing list