1725b20d14
Bug: 297225342 Test: with a custom test rule Test: cd sh && go test ./... (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:de5d265a798ce0e12ad0a2d0a6675942df5cd10b) Merged-In: Ia5a60fa6d917f2c2fde56df543625024ec11877a Change-Id: Ia5a60fa6d917f2c2fde56df543625024ec11877a
23 lines
427 B
Text
23 lines
427 B
Text
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-sh",
|
|
pkgPath: "android/soong/sh",
|
|
deps: [
|
|
"blueprint",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-cc",
|
|
"soong-java",
|
|
"soong-tradefed",
|
|
],
|
|
srcs: [
|
|
"sh_binary.go",
|
|
],
|
|
testSrcs: [
|
|
"sh_binary_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|