Skip to content

Commit

Permalink
Drop target API to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Sep 16, 2023
1 parent 956d9c3 commit 5c79351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ndk="$workdir/$ndkver/toolchains/llvm/prebuilt/linux-x86_64/bin"
cat <<EOF >"android-aarch64"
[binaries]
ar = '$ndk/llvm-ar'
c = ['ccache', '$ndk/aarch64-linux-android29-clang']
cpp = ['ccache', '$ndk/aarch64-linux-android29-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables', '-static-libstdc++']
c = ['ccache', '$ndk/aarch64-linux-android28-clang']
cpp = ['ccache', '$ndk/aarch64-linux-android28-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables', '-static-libstdc++']
c_ld = 'lld'
cpp_ld = 'lld'
strip = '$ndk/aarch64-linux-android-strip'
Expand Down

0 comments on commit 5c79351

Please sign in to comment.