summaryrefslogtreecommitdiff
path: root/build-gdb.sh
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-11-17 16:06:10 -0800
committerDan Albert <danalbert@google.com>2015-11-17 16:06:10 -0800
commit6965ddca4b09d6d325450f0b2c4e0a32736ce322 (patch)
treeb84e62ab8fc61148fabbf515180388b72beb50cb /build-gdb.sh
parentba1cb2b1ec5d1b85f4218fd0d4ac013c72834aa9 (diff)
downloadgdb-6965ddca4b09d6d325450f0b2c4e0a32736ce322.tar.gz
Fix GDB host tools install location.
Forgot to submit this with the ndk/ half of the patch :( Bug: Bug: http://b/25454836 Change-Id: I3329ee82e83864a3151f9a3387ec75979735757c
Diffstat (limited to 'build-gdb.sh')
-rwxr-xr-xbuild-gdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-gdb.sh b/build-gdb.sh
index e64cece9a..396c55680 100755
--- a/build-gdb.sh
+++ b/build-gdb.sh
@@ -126,12 +126,12 @@ gdb_ndk_package_name ()
# $1: gdb version
gdb_ndk_install_dir ()
{
- echo "prebuilt/$(install_dir_from_host_tag $1)"
+ echo "host-tools/"
}
python_build_install_dir ()
{
- echo "$PYTHON_BUILD_DIR/install/prebuilt/$(install_dir_from_host_tag $1)"
+ echo "$PYTHON_BUILD_DIR/install/host-tools/"
}
# $1: host system tag