Skip to content

Commit

Permalink
fix(scripts): fix avif jniLibs not found
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 13, 2024
1 parent 3da009e commit 2a933bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-flutter_avif-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

AVIF_ROOT="packages/flutter_avif"
AVIF_ANDROID_JNILIBS_DIR="${AVIF_ROOT}/flutter_avif_android/src/main/jniLibs"
AVIF_ANDROID_JNILIBS_DIR="${AVIF_ROOT}/flutter_avif_android/android/src/main/jniLibs"

find "${AVIF_ANDROID_JNILIBS_DIR}" -type f -name "*.so" -delete
ls -R "${AVIF_ANDROID_JNILIBS_DIR}"
Expand Down

0 comments on commit 2a933bc

Please sign in to comment.