Skip to content

Commit 2a995d7

Browse files
authored
Modify build script to disable arm-v7a
1 parent 79dac32 commit 2a995d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-build-scripts-16kb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
unzip -q -o ndk.zip -d .ndk
4848
echo "ANDROID_NDK_ROOT=$PWD/.ndk/$(ls .ndk)" >> $GITHUB_ENV
4949
- name: run the build script
50-
run: ./android.sh -d --full --enable-gpl
50+
run: ./android.sh -d --full --enable-gpl --disable-arm-v7a
5151
- name: prepare and upload main aar
5252
run: |
5353
AAR_PATH=$(find prebuilt -type f -name 'ffmpeg-kit.aar')
@@ -89,7 +89,7 @@ jobs:
8989
unzip -q -o ndk.zip -d .ndk
9090
echo "ANDROID_NDK_ROOT=$PWD/.ndk/$(ls .ndk)" >> $GITHUB_ENV
9191
- name: run the build script
92-
run: ./android.sh -d --lts --full --enable-gpl
92+
run: ./android.sh -d --lts --full --enable-gpl --disable-arm-v7a
9393
- name: prepare and upload lts aar
9494
run: |
9595
AAR_PATH=$(find prebuilt -type f -name 'ffmpeg-kit.aar')

0 commit comments

Comments
 (0)