diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-12 08:33:37 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-12 08:33:37 +0200 |
| commit | 681282411b793fbdfd05fc42e6f5b3afbacc673c (patch) | |
| tree | 10dd1636abec6e1098856113e881d087aea86a4d /build_single.sh | |
| parent | c25b469c64df5ce62748658e21d0fec6a00c0f62 (diff) | |
remove wownero specific libc++ code
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 20 |
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 |
