mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Embded compiled WireGuard lib for Android
This commit is contained in:
@@ -129,9 +129,9 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
externalNativeBuild {
|
// externalNativeBuild {
|
||||||
cmake {
|
// cmake {
|
||||||
path 'wireguard/CMakeLists.txt'
|
// path 'wireguard/CMakeLists.txt'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -195,6 +195,13 @@ android {
|
|||||||
android/res/values/libs.xml
|
android/res/values/libs.xml
|
||||||
|
|
||||||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|
||||||
|
|
||||||
|
for (abi, ANDROID_ABIS): {
|
||||||
|
ANDROID_EXTRA_LIBS += $$PWD/android/lib/wireguard/$${abi}/libwg.so
|
||||||
|
ANDROID_EXTRA_LIBS += $$PWD/android/lib/wireguard/$${abi}/libwg-go.so
|
||||||
|
ANDROID_EXTRA_LIBS += $$PWD/android/lib/wireguard/$${abi}/libwg-quick.so
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
REPC_REPLICA += ../ipc/ipc_interface.rep
|
REPC_REPLICA += ../ipc/ipc_interface.rep
|
||||||
|
|||||||
Reference in New Issue
Block a user