So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
32 lines
708 B
Plaintext
32 lines
708 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",
|
|
"riscv64_device.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",
|
|
],
|
|
visibility: [
|
|
"//build/soong:__subpackages__",
|
|
"//prebuilts/rust/soong",
|
|
],
|
|
}
|