Merge pull request #173 from Susko3/remove-sed-hack

Specify Android ABIs as command line params to SDL `androidbuildlibs.sh`
This commit is contained in:
hwsmm 2024-10-30 09:42:17 +09:00 committed by GitHub
commit f5875c5ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -151,8 +151,7 @@ jobs:
rm -rf $OUTPUT && mkdir -p $OUTPUT rm -rf $OUTPUT && mkdir -p $OUTPUT
# Build SDL3 # Build SDL3
sed -i 's/abi=.*/abi="armeabi-v7a arm64-v8a x86 x86_64"/g' ./External/SDL/build-scripts/androidbuildlibs.sh ./External/SDL/build-scripts/androidbuildlibs.sh APP_ABI="armeabi-v7a arm64-v8a x86 x86_64" NDK_LIBS_OUT="$OUTPUT"
./External/SDL/build-scripts/androidbuildlibs.sh NDK_LIBS_OUT="$OUTPUT"
- name: Build SDL3 Android Java - name: Build SDL3 Android Java
run: | run: |