cb0ac95bde
Bug: 194215932 Test: m checkbuild Change-Id: Id7d3964d9417f8b0938af9b168bb4c00cebe9390
38 lines
743 B
Text
38 lines
743 B
Text
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",
|
|
],
|
|
srcs: [
|
|
"bp2build.go",
|
|
"clang.go",
|
|
"global.go",
|
|
"tidy.go",
|
|
"toolchain.go",
|
|
"vndk.go",
|
|
|
|
"bionic.go",
|
|
|
|
"arm_device.go",
|
|
"arm64_device.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
|
|
"x86_darwin_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_linux_bionic_host.go",
|
|
"x86_windows_host.go",
|
|
|
|
"arm64_linux_host.go",
|
|
],
|
|
testSrcs: [
|
|
"bp2build_test.go",
|
|
"tidy_test.go",
|
|
],
|
|
}
|