1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00
Files
android_cast/third-party
Anton Afanasyeu 4122ff1977 wireguard init
2026-06-11 11:27:37 +02:00
..
2026-05-18 14:25:02 +02:00
2026-06-02 14:39:45 +02:00
2026-06-02 14:39:45 +02:00
2026-06-11 11:27:37 +02:00
2026-06-11 11:19:21 +02:00

Third-party vendored dependencies

wireguard-android (git submodule)

Listed in .gitmodules like libvpx/opus/speex. Initialize after clone:

git submodule update --init third-party/wireguard-android
# or:
bash scripts/init-wireguard-submodule.sh

Build with the :tunnel module (auto-included when present):

  • Submodule path: third-party/wireguard-android/
  • Gradle module: third-party/wireguard-android/tunnel
  • License: MIT / Apache-2.0 (see upstream COPYING)

WireGuardTunnelBridge loads com.wireguard.android.backend.GoBackend via reflection when the module is on the classpath.