blob: 9690007dc6c871c3afbfc84297bf932834e988d4 [file] [log] [blame]
Jaewoong Jung4b79e982020-06-01 10:45:49 -07001bootstrap_go_package {
2 name: "soong-genrule",
3 pkgPath: "android/soong/genrule",
4 deps: [
5 "blueprint",
6 "blueprint-pathtools",
Jaewoong Jung4b79e982020-06-01 10:45:49 -07007 "soong",
8 "soong-android",
Jingwen Chen30f5aaa2020-11-19 05:38:02 -05009 "soong-bazel",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070010 "soong-shared",
11 ],
12 srcs: [
13 "genrule.go",
14 ],
15 testSrcs: [
16 "genrule_test.go",
17 ],
18 pluginFor: ["soong_build"],
19}