summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_single.sh20
1 files changed, 1 insertions, 19 deletions
diff --git a/build_single.sh b/build_single.sh
index 60a4a51..d393f6b 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -403,25 +403,7 @@ pushd release/$repo
fi
if [[ "$HOST_ABI" == "x86_64-linux-android" || "$HOST_ABI" == "i686-linux-android" || "$HOST_ABI" == "aarch64-linux-android" || "$HOST_ABI" == "arm-linux-androideabi" ]];
then
- if [[ "$repo" == "wownero" ]];
- then
- if [[ "$HOST_ABI" == "x86_64-linux-android" ]];
- then
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/${HOST_ABI}/lib64/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- elif [[ "$HOST_ABI" == "i686-linux-android" ]];
- then
- echo "unsupported $HOST_ABI"
- exit 1
- elif [[ "$HOST_ABI" == "aarch64-linux-android" ]];
- then
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/${HOST_ABI}/lib/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- elif [[ "$HOST_ABI" == "arm-linux-androideabi" ]];
- then
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/${HOST_ABI}/lib/armv7-a/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- fi
- else
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/sysroot/usr/lib/${HOST_ABI}/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- fi
+ cp ../../$repo/contrib/depends/${HOST_ABI}/native/sysroot/usr/lib/${HOST_ABI}/libc++_shared.so ${HOST_ABI}_libc++_shared.so
rm ${HOST_ABI}_libc++_shared.so.xz || true
xz -e ${HOST_ABI}_libc++_shared.so
fi