• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5bootstrap_go_package {
6    name: "soong-genrule",
7    pkgPath: "android/soong/genrule",
8    deps: [
9        "blueprint",
10        "blueprint-pathtools",
11        "sbox_proto",
12        "soong",
13        "soong-android",
14        "soong-bazel",
15        "soong-shared",
16    ],
17    srcs: [
18        "genrule.go",
19        "locations.go",
20    ],
21    testSrcs: [
22        "genrule_test.go",
23    ],
24    pluginFor: ["soong_build"],
25}
26