summaryrefslogtreecommitdiff
path: root/build-gdb.sh
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-08-28 11:40:07 -0700
committerJosh Gao <jmgao@google.com>2015-08-28 14:48:47 -0700
commit218a5ec1947f276720ca8784ea9f41c0b8071495 (patch)
tree9dbfba6f6243d2c7082bdcc6b5475009193b3927 /build-gdb.sh
parente9445438da50423312d00352763f39cb4bbe0abf (diff)
downloadgdb-218a5ec1947f276720ca8784ea9f41c0b8071495.tar.gz
Move gdb install directory to prebuilt/<platform>.
Change-Id: I43f190b39622f0bd650328c1970d3cf988716686
Diffstat (limited to 'build-gdb.sh')
-rwxr-xr-xbuild-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gdb.sh b/build-gdb.sh
index a43501491..47410a13d 100755
--- a/build-gdb.sh
+++ b/build-gdb.sh
@@ -127,7 +127,7 @@ gdb_ndk_package_name ()
# directory. Relative to $NDK_DIR.
gdb_ndk_install_dir ()
{
- echo "toolchains/gdb-$(get_toolchain_name_for_arch $(bh_tag_to_arch $2))-$3/prebuilt/$(install_dir_from_host_tag $1)"
+ echo "prebuilt/$(install_dir_from_host_tag $1)"
}
python_build_install_dir ()