platform_build_soong/python
Dan Willemsen 83f97aed95 Fix mac build w/echo -n
Soong doesn't wrap everything in bash, but relies on the ninja default
of /bin/sh. We should probably improve that in the future, but for now,
just fix the build.

On Mac, /bin/sh and /bin/bash are both bash, but /bin/sh implies `set -o
posix`, and ignores the `-n` flag.

Test: treehugger
Test: build on a mac
Change-Id: Icf41b1c5a1ce9eb0a56e39e68c433fc80b53620f
2018-12-04 13:06:02 -08:00
..
scripts Define runfiles_path before try so that finally can use it. 2018-10-11 15:18:42 +01:00
androidmk.go Support 'test_config' into soong modules 2018-08-07 15:51:21 -07:00
binary.go Fix invalid memory error for python binary build 2018-09-26 16:57:24 -07:00
builder.go Fix mac build w/echo -n 2018-12-04 13:06:02 -08:00
defaults.go Add support for python_defaults modules 2017-09-05 17:31:24 -07:00
installer.go Revert "Revert "Change Python in Soong to support device side build."" 2017-12-01 20:00:31 +00:00
library.go Revert "Revert "Change Python in Soong to support device side build."" 2017-12-01 20:00:31 +00:00
proto.go Fix Protobuf importing issue for embedded Python 2018-05-23 03:33:36 +00:00
python.go Fix go vet issues 2018-07-22 21:18:45 -07:00
python_test.go Fix embedded_launcher can't find files 2018-06-04 12:32:55 -07:00
test.go Support 'test_config' into soong modules 2018-08-07 15:51:21 -07:00