diff --git a/scripts/build-aar.sh b/scripts/build-aar.sh index 6d7989d..43806bb 100755 --- a/scripts/build-aar.sh +++ b/scripts/build-aar.sh @@ -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 @@ -58,5 +56,3 @@ else moveFunction "crypto/crypto-android/build/outputs/aar/crypto-android-debug.aar" fi fi - -popd \ No newline at end of file