blob: d4753de62782409d54cc770c0f04e9f24edcafda [file] [log] [blame]
Bob Badour02040de2021-02-03 18:08:28 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Jaewoong Jung4b79e982020-06-01 10:45:49 -07005bootstrap_go_package {
6 name: "soong-xml",
7 pkgPath: "android/soong/xml",
8 deps: [
9 "blueprint",
10 "blueprint-pathtools",
11 "soong",
Alix5918d642022-06-27 20:57:44 +000012 "soong-bp2build",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070013 "soong-android",
14 "soong-etc",
15 ],
16 srcs: [
Paul Duffin94b69602021-03-18 01:32:07 +000017 "testing.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070018 "xml.go",
19 ],
20 testSrcs: [
21 "xml_test.go",
Alix5918d642022-06-27 20:57:44 +000022 "xml_conversion_test.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070023 ],
24 pluginFor: ["soong_build"],
25}