Commit 90ed8ee5 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Add host tag to Python install path."

am: ad19c8f6

* commit 'ad19c8f6':
  Add host tag to Python install path.
parents 9abd25c9 ad19c8f6
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment