92f703b084
Depending on the location of the repository (e.g. external/, vendor/), a different set of lints will be enabled. Add the clippy property to the rust_* modules. This property can be used to overwrite the default behaviour. Test: m checkbuild Bug: 157238651 Change-Id: Ife0f723ef4a74abb102597f8486a7b9f30e7d351
20 lines
445 B
Text
20 lines
445 B
Text
bootstrap_go_package {
|
|
name: "soong-rust-config",
|
|
pkgPath: "android/soong/rust/config",
|
|
deps: [
|
|
"soong-android",
|
|
"soong-cc-config",
|
|
],
|
|
srcs: [
|
|
"arm_device.go",
|
|
"arm64_device.go",
|
|
"global.go",
|
|
"clippy.go",
|
|
"toolchain.go",
|
|
"allowed_list.go",
|
|
"x86_darwin_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
],
|
|
}
|