android_build_soong/python/Android.bp
Cole Faust 830f56a78e Remove testing package
The testing package defined test_spec and code_metadata module types,
but they were never used and the owner left google.

Bug: 372091092
Test: Presubmits
Change-Id: I2d34ce173ec46483719a1d333180937b3da1fa04
2024-10-24 10:20:17 -07:00

28 lines
539 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-python",
pkgPath: "android/soong/python",
deps: [
"blueprint",
"soong-android",
"soong-tradefed",
"soong-cc",
],
srcs: [
"binary.go",
"builder.go",
"defaults.go",
"library.go",
"proto.go",
"python.go",
"test.go",
"testing.go",
],
testSrcs: [
"python_test.go",
],
pluginFor: ["soong_build"],
}