diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-23 13:20:24 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-23 13:20:24 +0300 |
commit | 28a1643a0a93904cd6339a9f5f5238d2c1ae1bf2 (patch) | |
tree | 327fb641d26637cb5ff65398fd0742ccd9a44054 /build/sysincl | |
parent | ad927b4ea86d4c53ad2393d6714e78b2115344be (diff) | |
download | ydb-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.yml | 3 | ||||
-rw-r--r-- | build/sysincl/android.yml | 2 |
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 |