aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-06-23 13:20:24 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-06-23 13:20:24 +0300
commit28a1643a0a93904cd6339a9f5f5238d2c1ae1bf2 (patch)
tree327fb641d26637cb5ff65398fd0742ccd9a44054 /build/sysincl
parentad927b4ea86d4c53ad2393d6714e78b2115344be (diff)
downloadydb-28a1643a0a93904cd6339a9f5f5238d2c1ae1bf2.tar.gz
Separate vulkan headers into standalone sysincl config
I would like to include android.yml unconditionally, yet we want to vendor vulkan_headers on iOS / MacOS.
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/android-vulkan.yml3
-rw-r--r--build/sysincl/android.yml2
2 files changed, 3 insertions, 2 deletions
diff --git a/build/sysincl/android-vulkan.yml b/build/sysincl/android-vulkan.yml
new file mode 100644
index 0000000000..eeb1cfe4fb
--- /dev/null
+++ b/build/sysincl/android-vulkan.yml
@@ -0,0 +1,3 @@
+- includes:
+ - vulkan/vulkan.h
+ - vulkan/vk_sdk_platform.h
diff --git a/build/sysincl/android.yml b/build/sysincl/android.yml
index 9a82c0218b..af72dd22a4 100644
--- a/build/sysincl/android.yml
+++ b/build/sysincl/android.yml
@@ -8,8 +8,6 @@
- cpu-features.h: contrib/libs/android_cpufeatures/cpu-features.h
- ifaddrs.h: contrib/libs/libc_compat/include/ifaddrs/ifaddrs.h
- jni.h
- - vulkan/vulkan.h
- - vulkan/vk_sdk_platform.h
- EGL/egl.h
- EGL/eglext.h
- GLES2/gl2.h