summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build_single.sh b/build_single.sh
index bded7ce..31a788d 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -377,15 +377,4 @@ pushd release/$repo
rm ${HOST_ABI}_libssp-0.dll.xz || true
xz -e ${HOST_ABI}_libssp-0.dll
fi
- if [[ "$HOST_ABI" == "x86_64-linux-android" || "$HOST_ABI" == "i686-linux-android" || "$HOST_ABI" == "aarch64-linux-android" || "$HOST_ABI" == "armv7a-linux-androideabi" ]];
- then
- SYSROOT_TRIPLET=${HOST_ABI}
- if [[ "${HOST_ABI}" == "armv7a-linux-androideabi" ]];
- then
- SYSROOT_TRIPLET="arm-linux-androideabi"
- fi
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/sysroot/usr/lib/${SYSROOT_TRIPLET}/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- rm ${HOST_ABI}_libc++_shared.so.xz || true
- xz -e ${HOST_ABI}_libc++_shared.so
- fi
popd