platform_build_soong/python/Android.bp
Colin Cross 8ff105860d Remove ConvertWithBp2build implementations
Remove the ConvertWithBp2build implementations from all the module
types, along with the related code.

Bug: 315353489
Test: m blueprint_tests
Change-Id: I212672286686a318893bc7348ddd5a5ec51e77a7
2023-12-08 13:51:05 -08:00

29 lines
564 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",
"soong-testing",
],
srcs: [
"binary.go",
"builder.go",
"defaults.go",
"library.go",
"proto.go",
"python.go",
"test.go",
"testing.go",
],
testSrcs: [
"python_test.go",
],
pluginFor: ["soong_build"],
}