We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51428 commit 1b6c4efCopy full SHA for 1b6c4ef
docker/android-system.sh
@@ -177,6 +177,13 @@ EOF
177
# we disable all tests, but can't remove this dependency
178
python3 ./repo sync -c external/googletest
179
fi
180
+ if [[ "${major_version}" -ge 12 ]]; then
181
+ python3 ./repo sync -c external/apache-xml
182
+ python3 ./repo sync -c external/okhttp
183
+ python3 ./repo sync -c external/starlark-go
184
+ python3 ./repo sync -c prebuilts/vndk/v30
185
+ python3 ./repo sync -c prebuilts/vndk/v31
186
+ fi
187
188
case "${arch}" in
189
arm|arm64)
0 commit comments