blob: a5e5f4c7f21f3c54aceb50b53fe9b3def35da84e [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",
12 "soong-android",
13 "soong-etc",
14 ],
15 srcs: [
16 "xml.go",
17 ],
18 testSrcs: [
19 "xml_test.go",
20 ],
21 pluginFor: ["soong_build"],
22}