Rust is now approved for general platform use without project-specific review. Bug: 240501326 Test: m Change-Id: I6fd4c22ba2c6a3a5bac6f91fd087fe5cffe46c01
27 lines
579 B
Plaintext
27 lines
579 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-rust-config",
|
|
pkgPath: "android/soong/rust/config",
|
|
deps: [
|
|
"soong-android",
|
|
"soong-cc-config",
|
|
],
|
|
srcs: [
|
|
"arm_device.go",
|
|
"arm_linux_host.go",
|
|
"arm64_device.go",
|
|
"global.go",
|
|
"lints.go",
|
|
"toolchain.go",
|
|
"darwin_host.go",
|
|
"x86_linux_bionic_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
"arm64_linux_host.go",
|
|
],
|
|
}
|