aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-29 14:06:18 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-29 14:06:18 +0300
commit3606cd848d38e399770499f4dc0c27ecd14869cc (patch)
treec756a19c0160627ebf53d2b6e23e8e141355bebd /build
parenta5577f8acbe141af6463348217b35cb09bd245e5 (diff)
downloadydb-3606cd848d38e399770499f4dc0c27ecd14869cc.tar.gz
intermediate changes
ref:7307de75221707d5b43ace309bdfb155f6e2367a
Diffstat (limited to 'build')
-rw-r--r--build/scripts/gen_aar_gradle_script.py4
-rw-r--r--build/ya.conf.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/build/scripts/gen_aar_gradle_script.py b/build/scripts/gen_aar_gradle_script.py
index 4594e67278..7f268547f5 100644
--- a/build/scripts/gen_aar_gradle_script.py
+++ b/build/scripts/gen_aar_gradle_script.py
@@ -223,6 +223,10 @@ android {{
def aar_set = dependencyTree.matching{{include "**/*.aar"}}.getFiles()
def jar_tree = dependencyTree.matching{{include "**/*.jar"}}
+ classpath += files(android.libraryVariants.collect {{ libraryVariant ->
+ libraryVariant.javaCompileProvider.get().classpath.files
+ }})
+
aar_set.each{{ aar ->
def outputPath = "$buildDir/tmp/aarJar/${{aar.name.replace('.aar', '.jar')}}"
classpath += files(outputPath)
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 2a4d04452d..1c25be3d6c 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -8296,7 +8296,7 @@
"black": {
"formula": {
"sandbox_id": [
- 1209137306
+ 1259729400
],
"match": "black"
},