platform_build_soong/sh/Android.bp

19 lines
335 B
Text
Raw Normal View History

bootstrap_go_package {
name: "soong-sh",
pkgPath: "android/soong/sh",
deps: [
"blueprint",
"soong",
"soong-android",
"soong-cc",
"soong-tradefed",
],
srcs: [
"sh_binary.go",
],
testSrcs: [
"sh_binary_test.go",
],
pluginFor: ["soong_build"],
}