Skip to content

Commit

Permalink
A10 r39 => r40
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Jul 6, 2020
1 parent 1d17840 commit 6c770f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$1" == "android-9.0" ];then
phh="android-9.0"
elif [ "$1" == "android-10.0" ];then
manifest_url="https://android.googlesource.com/platform/manifest"
aosp="android-10.0.0_r39"
aosp="android-10.0.0_r40"
phh="android-10.0"
fi

Expand Down
2 changes: 1 addition & 1 deletion cloud/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run_script () {

orig_docker="$(which docker)"
docker() {
$orig_docker --tlsverify=false "$@"
$orig_docker "$@"
}

trap 'cleanup' ERR
Expand Down

0 comments on commit 6c770f3

Please sign in to comment.