Skip to content

Commit 35f96f7

Browse files
committed
updated path.
1 parent e5a863f commit 35f96f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_strongswan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ gradle assembleRelease
5555

5656
echo "===> Copying output libs to: $STRONGSWAN_LIBS_DST"
5757
mkdir -p "$STRONGSWAN_LIBS_DST"
58-
cp -r "$ANDROID_OPENSSL_DIR"/lib/* "$STRONGSWAN_LIBS_DST/"
58+
cp -r "$APP_DIR"/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/* "$STRONGSWAN_LIBS_DST/"
5959

6060
echo "✅ Build completed successfully."

0 commit comments

Comments
 (0)