aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/project_specific
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:43 +0300
commit397cbe258b9e064f49c4ca575279f02f39fef76e (patch)
treea0b0eb3cca6a14e4e8ea715393637672fa651284 /build/conf/project_specific
parent43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff)
downloadydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/conf/project_specific')
-rw-r--r--build/conf/project_specific/maps/aar.conf2
-rw-r--r--build/conf/project_specific/yql_udf.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/conf/project_specific/maps/aar.conf b/build/conf/project_specific/maps/aar.conf
index 780ff38984..32603595b8 100644
--- a/build/conf/project_specific/maps/aar.conf
+++ b/build/conf/project_specific/maps/aar.conf
@@ -303,7 +303,7 @@ $_AAR_COPY_DOC_VALUE \
&& ${cwd:BINDIR} $COPY_CMD build/libs/${suf=-sources.jar:REALPRJNAME} ${output;suf=-sources.jar:REALPRJNAME}
macro _AAR_CMD_IMPL(EXTRA_INPUTS...) {
- .CMD=$_AAR_CMDLINE && $GENERATE_MF
+ .CMD=$_AAR_CMDLINE && $GENERATE_MF
}
AAR_CMD=$_AAR_CMD_IMPL($_AAR_EXTRA_INPUTS_VALUE)
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf
index badaf36687..9441d5117a 100644
--- a/build/conf/project_specific/yql_udf.conf
+++ b/build/conf/project_specific/yql_udf.conf
@@ -123,8 +123,8 @@ multimodule YQL_UDF {
.ALIASES=SRCS=GLOBAL_SRCS
OBJ_SUF=.udfs
_ADD_YQL_UDF_DEPS()
- # disable credits generation for static library
- SET(CREDITS_FLAGS)
+ # disable credits generation for static library
+ SET(CREDITS_FLAGS)
when ($MSVC == "yes" || $CYGWIN == "yes") {
MODULE_SUFFIX=.static.lib
}