blob: 8fb5c402cffcc421356bc8c27904f15abf8b02c4 [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-genrule",
7 pkgPath: "android/soong/genrule",
8 deps: [
9 "blueprint",
10 "blueprint-pathtools",
Colin Crosse16ce362020-11-12 08:29:30 -080011 "sbox_proto",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070012 "soong",
13 "soong-android",
Jingwen Chen30f5aaa2020-11-19 05:38:02 -050014 "soong-bazel",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070015 "soong-shared",
16 ],
17 srcs: [
18 "genrule.go",
Colin Crossd11cf622021-03-23 22:30:35 -070019 "locations.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070020 ],
21 testSrcs: [
22 "genrule_test.go",
23 ],
24 pluginFor: ["soong_build"],
25}