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