mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
android_stub: fix libhardware source include path
Acked-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41373>
This commit is contained in:
parent
b9028f379b
commit
9a01a5590a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ cp -av \
|
|||
# We only need a few files from these big directories so just copy those
|
||||
|
||||
mkdir ${dest}/hardware
|
||||
cp -av platform-hardware-libhardware/include/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hardware
|
||||
cp -av platform-hardware-libhardware/include_all/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hardware
|
||||
cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware
|
||||
|
||||
mkdir ${dest}/cutils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue