platform_build_soong/tradefed/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

35 lines
717 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-tradefed",
pkgPath: "android/soong/tradefed",
deps: [
"blueprint",
"soong-android",
],
srcs: [
"autogen.go",
"config.go",
"makevars.go",
],
pluginFor: ["soong_build"],
}
bootstrap_go_package {
name: "soong-suite-harness",
pkgPath: "android/soong/tradefed/suite_harness",
deps: [
"blueprint",
"blueprint-pathtools",
"blueprint-proptools",
"soong",
"soong-android",
"soong-java",
],
srcs: [
"suite_harness/tradefed_binary.go",
],
pluginFor: ["soong_build"],
}