Skip to content

Commit

Permalink
fix: [IOPLT-812] Exclude lib riscv64 on android build (#6564)
Browse files Browse the repository at this point in the history
## Short description
This PR aims to fix the android build upload excluding lib riscv64 on
build process

ref:
mrousavy/react-native-vision-camera#3177 (comment)
  • Loading branch information
CrisTofani authored Dec 18, 2024
1 parent c959d6a commit a06dc5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ android {
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
exclude "lib/riscv64/**" // Exclude riscv64 libraries due to https://github.com/mrousavy/react-native-vision-camera/issues/3177
}

dexOptions {
Expand Down

0 comments on commit a06dc5f

Please sign in to comment.