summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2022-05-04 13:27:52 -0700
committerStephen Crane <cranes@google.com>2022-05-04 13:29:12 -0700
commit724047b0dda8083557987fcde2ccc4f586b2bfc7 (patch)
treec456141ba1b0664e11443cbbc7b7f5750c8160c4
parent28cfb170b3c228f676f50d9ca1d22da28e1ed6d6 (diff)
downloadaosp-724047b0dda8083557987fcde2ccc4f586b2bfc7.tar.gz
[rust] Update toolchain to 1.60
Update the Trusty rust toolchain to 1.60. Test: build.py Bug: 231472725 Change-Id: I1e724d97960cb7a8dc5a01553846f61fb66b463d
-rw-r--r--scripts/envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh
index 1a26e4a..dc9581c 100644
--- a/scripts/envsetup.sh
+++ b/scripts/envsetup.sh
@@ -32,7 +32,7 @@ export TRUSTY_TOP=$(gettop)
export CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r450784e/bin
export CLANG_TOOLS_BINDIR=${TRUSTY_TOP}/prebuilts/clang-tools/linux-x86/bin
export LINUX_CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r450784e/bin
-export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.59.0/bin
+export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.60.0/bin
export ARCH_arm_TOOLCHAIN_PREFIX=${TRUSTY_TOP}/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
export ARCH_arm64_TOOLCHAIN_PREFIX=${TRUSTY_TOP}/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-
export ARCH_x86_64_TOOLCHAIN_PREFIX=${TRUSTY_TOP}/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/x86_64-linux-android-