Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e019515

Browse files
maurerTreehugger Robot
authored andcommitted
ANDROID: rust: Select rustc-1.73.0
Select rustc-1.73.0 in the Android build system. Bug: 251506715 Change-Id: I6247a97975ea39d031da78df6133212ebf4d1b35 Signed-off-by: Matthew Maurer <[email protected]>
1 parent ae87671 commit e019515

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.config.common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ KMI_GENERATION=0
55
LLVM=1
66
DEPMOD=depmod
77
CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-${CLANG_VERSION}/bin
8+
CLANGTOOLS_PREBUILT_BIN=prebuilts/clang-tools/linux-x86/bin
89
BUILDTOOLS_PREBUILT_BIN=build/kernel/build-tools/path/linux-x86
10+
RUST_PREBUILT_BIN=prebuilts/rust/linux-x86/${RUSTC_VERSION}/bin
911

1012
# TODO(b/296265825): Turn this into a proper error
1113
DTC=$(command -v dtc || { echo "WARNING: $BUILD_CONFIG loaded without Kleaf hermetic tools.

build.config.constants

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
BRANCH=android15-6.6
22
CLANG_VERSION=r498229b
3+
RUSTC_VERSION=1.73.0
34
AARCH64_NDK_TRIPLE=aarch64-linux-android31
45
X86_64_NDK_TRIPLE=x86_64-linux-android31
56
ARM_NDK_TRIPLE=arm-linux-androideabi31

0 commit comments

Comments
 (0)