8ff105860d
Remove the ConvertWithBp2build implementations from all the module types, along with the related code. Bug: 315353489 Test: m blueprint_tests Change-Id: I212672286686a318893bc7348ddd5a5ec51e77a7
23 lines
423 B
Text
23 lines
423 B
Text
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-xml",
|
|
pkgPath: "android/soong/xml",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-etc",
|
|
],
|
|
srcs: [
|
|
"testing.go",
|
|
"xml.go",
|
|
],
|
|
testSrcs: [
|
|
"xml_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|