So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
43 lines
876 B
Plaintext
43 lines
876 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-cc-config",
|
|
pkgPath: "android/soong/cc/config",
|
|
deps: [
|
|
"soong-android",
|
|
"soong-remoteexec",
|
|
"soong-starlark-format",
|
|
],
|
|
srcs: [
|
|
"clang.go",
|
|
"global.go",
|
|
"tidy.go",
|
|
"toolchain.go",
|
|
|
|
"bionic.go",
|
|
|
|
"arm_device.go",
|
|
"arm64_device.go",
|
|
"riscv64_device.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
|
|
"arm_linux_host.go",
|
|
"darwin_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_linux_bionic_host.go",
|
|
"x86_windows_host.go",
|
|
|
|
"arm64_linux_host.go",
|
|
],
|
|
testSrcs: [
|
|
"tidy_test.go",
|
|
],
|
|
visibility: [
|
|
"//build/soong:__subpackages__",
|
|
"//prebuilts/clang/host/linux-x86/soong",
|
|
],
|
|
}
|