mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
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@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
4f963b03a1
commit
072c94f724
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ LOCAL_C_INCLUDES := \
|
|||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
||||
$(LOCAL_PATH)/common \
|
||||
$(LOCAL_PATH)/llvm \
|
||||
$(intermediates)/common
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue