| Jaewoong Jung | fccad6b | 2020-06-01 10:45:49 -0700 | [diff] [blame] | 1 | bootstrap_go_package { | 
| 2 | name: "soong-xml", | ||||
| 3 | pkgPath: "android/soong/xml", | ||||
| 4 | deps: [ | ||||
| 5 | "blueprint", | ||||
| 6 | "blueprint-pathtools", | ||||
| 7 | "soong", | ||||
| 8 | "soong-android", | ||||
| 9 | "soong-etc", | ||||
| 10 | ], | ||||
| 11 | srcs: [ | ||||
| 12 | "xml.go", | ||||
| 13 | ], | ||||
| 14 | testSrcs: [ | ||||
| 15 | "xml_test.go", | ||||
| 16 | ], | ||||
| 17 | pluginFor: ["soong_build"], | ||||
| 18 | } | ||||