Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 6c770f3

Browse files
committed
A10 r39 => r40
1 parent 1d17840 commit 6c770f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$1" == "android-9.0" ];then
2020
phh="android-9.0"
2121
elif [ "$1" == "android-10.0" ];then
2222
manifest_url="https://android.googlesource.com/platform/manifest"
23-
aosp="android-10.0.0_r39"
23+
aosp="android-10.0.0_r40"
2424
phh="android-10.0"
2525
fi
2626

cloud/docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ run_script () {
2323

2424
orig_docker="$(which docker)"
2525
docker() {
26-
$orig_docker --tlsverify=false "$@"
26+
$orig_docker "$@"
2727
}
2828

2929
trap 'cleanup' ERR

0 commit comments

Comments
 (0)