blob: b201cae9a67f2b6f6c83471a4d306c860c604905 [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: [
Yu Liu6a7940c2023-05-09 17:12:22 -070018 "allowlists.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070019 "genrule.go",
Colin Crossd11cf622021-03-23 22:30:35 -070020 "locations.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070021 ],
22 testSrcs: [
23 "genrule_test.go",
24 ],
25 pluginFor: ["soong_build"],
26}