Skip to content

Commit

Permalink
remove wownero specific libc++ code
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jun 12, 2024
1 parent c25b469 commit 6812824
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions build_single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6812824

Please sign in to comment.