Reduce libnative-utils.so size

This commit is contained in:
link2xt 2023-06-23 22:29:13 +00:00
parent eea523da7f
commit 38a716a63b
3 changed files with 10 additions and 3 deletions

View file

@ -39,6 +39,8 @@
set -e
echo "starting time: `date`"
export CFLAGS="-fno-unwind-tables -fno-exceptions -fno-asynchronous-unwind-tables -fomit-frame-pointer"
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK_HOME}"
: "${ANDROID_NDK_ROOT:=$ANDROID_NDK}"
if test -z "$ANDROID_NDK_ROOT"; then