We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a863f commit 35f96f7Copy full SHA for 35f96f7
tools/build_strongswan.sh
@@ -55,6 +55,6 @@ gradle assembleRelease
55
56
echo "===> Copying output libs to: $STRONGSWAN_LIBS_DST"
57
mkdir -p "$STRONGSWAN_LIBS_DST"
58
-cp -r "$ANDROID_OPENSSL_DIR"/lib/* "$STRONGSWAN_LIBS_DST/"
+cp -r "$APP_DIR"/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/* "$STRONGSWAN_LIBS_DST/"
59
60
echo "✅ Build completed successfully."
0 commit comments