Skip to content

Commit

Permalink
Try to fix clean up of .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Nov 16, 2023
1 parent ff372d0 commit d7f33cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/build-aar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ moveFunction() {
fi
}

pushd ../

## For now, cargo ndk includes all generated so files from the target directory, so makes sure it just includes the one we need.
echo "Clean .so files"
if [ "$gradle_module" = "crypto" ]; then
Expand All @@ -58,5 +56,3 @@ else
moveFunction "crypto/crypto-android/build/outputs/aar/crypto-android-debug.aar"
fi
fi

popd

0 comments on commit d7f33cf

Please sign in to comment.