aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/swig.py
diff options
context:
space:
mode:
authorkikht <kikht@yandex-team.ru>2022-02-10 16:45:14 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:14 +0300
commit194cae0e8855b11be2005e1eff12c660c3ee9774 (patch)
treeed29c437b616690880c017855ebe0be34fdf81a2 /build/plugins/swig.py
parent49116032d905455a7b1c994e4a696afc885c1e71 (diff)
downloadydb-194cae0e8855b11be2005e1eff12c660c3ee9774.tar.gz
Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/swig.py')
-rw-r--r--build/plugins/swig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/swig.py b/build/plugins/swig.py
index 32a37204a60..85aa40a50a1 100644
--- a/build/plugins/swig.py
+++ b/build/plugins/swig.py
@@ -68,7 +68,7 @@ class Swig(iw.CustomCommand):
if self._swig_lang in ['jni_cpp', 'java']:
self._out_header = os.path.splitext(self._main_out)[0] + '.h'
if (not unit.get('USE_SYSTEM_JDK')) and (unit.get('OS_ANDROID') != "yes"):
- unit.onpeerdir(['contrib/libs/jdk'])
+ unit.onpeerdir(['contrib/libs/jdk'])
self._package = 'ru.yandex.' + os.path.dirname(self._path).replace('$S/', '').replace('$B/', '').replace('/', '.').replace('-', '_')
if self._swig_lang in ['jni_java', 'java']: