aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-01-25 16:04:11 -0800
committerDan Willemsen <dwillemsen@google.com>2019-01-28 10:59:10 -0800
commitb05526711edfc1d42658ceffcca520558085b50a (patch)
treee72080e390b72718ff800a8a0c0484a2885d9433 /Android.bp
parentee0413915438f2cfe1b84ae4be64d3974e80be85 (diff)
downloadbuild_soong-b05526711edfc1d42658ceffcca520558085b50a.tar.gz
build_soong-b05526711edfc1d42658ceffcca520558085b50a.tar.bz2
build_soong-b05526711edfc1d42658ceffcca520558085b50a.zip
Add sh_binary[_host] for shell script that should be installed as executable
We've been putting these in cc_prebuilt_binary, but that's not really correct. It also tries adding '.exe' to the end of windows executables, which isn't desirable for bat files. Test: Use sh_binary_host Change-Id: Idd5418dceb81ac55b766c987fbb69a810aeb8a3b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3215fa2b..a70f73c9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,7 @@ bootstrap_go_package {
"android/prebuilt_etc.go",
"android/proto.go",
"android/register.go",
+ "android/sh_binary.go",
"android/singleton.go",
"android/testing.go",
"android/util.go",