blob: f9198dc4fd794c794b926ddbe2a8fbb42cbc942d [file] [log] [blame]
Bob Badour02040de2021-02-03 18:08:28 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Jaewoong Jung4b79e982020-06-01 10:45:49 -07005bootstrap_go_package {
6 name: "soong-sh",
7 pkgPath: "android/soong/sh",
8 deps: [
9 "blueprint",
10 "soong",
11 "soong-android",
Jaewoong Jung6e0eee52020-05-29 16:15:32 -070012 "soong-cc",
frankfengc5b87492020-06-03 10:28:47 -070013 "soong-tradefed",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070014 ],
15 srcs: [
16 "sh_binary.go",
17 ],
18 testSrcs: [
19 "sh_binary_test.go",
20 ],
21 pluginFor: ["soong_build"],
22}