platform_build_soong/genrule/Android.bp
Yu Liu 6a7940cc99 Support sandboxing genrule
Bug: 281067655
Test: local build
Change-Id: I123b5e51eaf1476d1215e5208331b6540d45fd98
2023-05-22 15:02:36 -07:00

26 lines
514 B
Text

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: [
"allowlists.go",
"genrule.go",
"locations.go",
],
testSrcs: [
"genrule_test.go",
],
pluginFor: ["soong_build"],
}