aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-03-23 00:51:35 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-03-23 00:51:35 +0300
commitc47907f8860ffaedc98b4f39a15adf71dfa88895 (patch)
treed42715eab47985cd6531cf43248350bdf9126881
parentb9bde200890e4dc212a78ae01ed9989da9670637 (diff)
downloadydb-c47907f8860ffaedc98b4f39a15adf71dfa88895.tar.gz
Do not emit unused _ANDROID_API_LESS_THEN_29 variable
-rwxr-xr-xbuild/ymake_conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 622e88b044..0198a822e9 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1660,9 +1660,6 @@ class LD(Linker):
if not self.tc.is_clang:
self.ld_flags.append('-Wl,-no_compact_unwind')
- if target.is_android and target.android_api < 29:
- emit('_ANDROID_API_LESS_THEN_29', 'yes')
-
self.ld_sdk = select(default=None, selectors=[
(target.is_macos_arm64, '-Wl,-sdk_version,11.0'),
(target.is_macos, '-Wl,-sdk_version,10.15'),