Skip to content

Commit ab985e8

Browse files
committed
Initial support for v12.
1 parent b88b52d commit ab985e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/android-system.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ EOF
177177
# we disable all tests, but can't remove this dependency
178178
python3 ./repo sync -c external/googletest
179179
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
180187

181188
case "${arch}" in
182189
arm|arm64)

0 commit comments

Comments
 (0)