aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-02-01 16:55:17 -0800
committerJosh Gao <jmgao@google.com>2016-02-01 16:55:17 -0800
commit7726aedc24eff4ed74dfe9866bfed2feb8ee410e (patch)
tree646a05c7f413e7dccadb2207345dddf644330562
parent9ec0fcb7ec691bebf3dae16600fafa75ffddafe6 (diff)
downloadndk-7726aedc24eff4ed74dfe9866bfed2feb8ee410e.tar.gz
Add host tag to Python install path.
Bug: http://b/26875911 Change-Id: Ie8f5edcca6755cf8a74b1db7bf1af23773427c30
-rw-r--r--build/tools/common-build-host-funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/common-build-host-funcs.sh b/build/tools/common-build-host-funcs.sh
index 4e07fa891..df9631b49 100644
--- a/build/tools/common-build-host-funcs.sh
+++ b/build/tools/common-build-host-funcs.sh
@@ -805,7 +805,7 @@ bh_do ()
# python_ndk_install_dir with nothing.
python_build_install_dir ()
{
- echo "$BH_BUILD_DIR/install/host-tools"
+ echo "$BH_BUILD_DIR/$1/install/host-tools"
}
# Same as python_build_install_dir, but for the final NDK installation