aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-04 20:53:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-04 20:53:22 +0000
commit37cfca538428bc086d219649fd5eccc56291f799 (patch)
tree74e5102e570cd9eb818faf95cc3af1ff2a4795c0
parent3a3baa46fe749282281171904f0ed868736566e5 (diff)
parentfa45b88b6f22c3db6491dd6285f650dcff0ea766 (diff)
downloadndk-37cfca538428bc086d219649fd5eccc56291f799.tar.gz
Merge "Resolve problem with running ndk build tests on mips64"
am: fa45b88b6f * commit 'fa45b88b6f22c3db6491dd6285f650dcff0ea766': Resolve problem with running ndk build tests on mips64
-rwxr-xr-xbuild/tools/make-standalone-toolchain.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/tools/make-standalone-toolchain.sh b/build/tools/make-standalone-toolchain.sh
index 7945d5af3..c4ff1a7fa 100755
--- a/build/tools/make-standalone-toolchain.sh
+++ b/build/tools/make-standalone-toolchain.sh
@@ -546,7 +546,6 @@ copy_stl_libs_for_abi () {
copy_stl_libs mips64 "32/mips-r2/bits" "32/mips-r2/bits" "../libr2" "libr2"
copy_stl_libs mips64 "32/mips-r6/bits" "32/mips-r6/bits" "../libr6" "libr6"
copy_stl_libs mips64 "bits" "bits" "../lib64" "lib64"
- copy_stl_libs mips64 "mips64-r2/bits" "mips64-r2/bits" "../lib64r2" "lib64r2"
else
copy_stl_libs mips64 "" "" "../lib64" "."
fi