mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:58:14 +03:00
wireguard -> third-party
This commit is contained in:
9
third-party/README.md
vendored
9
third-party/README.md
vendored
@@ -1,15 +1,16 @@
|
||||
# Third-party vendored dependencies
|
||||
|
||||
## wireguard-android (optional Gradle module)
|
||||
## wireguard-android (git submodule)
|
||||
|
||||
Remote access WireGuard v1 can use the in-app `RemoteAccessVpnService` fallback (TUN only).
|
||||
For full userspace WireGuard crypto/data plane, initialize the upstream tunnel library:
|
||||
Listed in `.gitmodules` like libvpx/opus/speex. Initialize after clone:
|
||||
|
||||
```bash
|
||||
git submodule update --init third-party/wireguard-android
|
||||
# or:
|
||||
bash scripts/init-wireguard-submodule.sh
|
||||
```
|
||||
|
||||
Then build with the `:tunnel` module (auto-included when present):
|
||||
Build with the `:tunnel` module (auto-included when present):
|
||||
|
||||
- Submodule path: `third-party/wireguard-android/`
|
||||
- Gradle module: `third-party/wireguard-android/tunnel`
|
||||
|
||||
Reference in New Issue
Block a user