1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00

vpn service sync

This commit is contained in:
Anton Afanasyeu
2026-06-11 13:43:15 +02:00
parent 6ed53e80ab
commit 8735fe4177
43 changed files with 1185 additions and 181 deletions

View File

@@ -55,6 +55,17 @@ cd orchestration
Direct debug ports: crashes `:8082`, builder `:8083`.
## Local developer rebuild
`./rebuild.sh` (repo root):
1. `scripts/init-third-party-submodules.sh` — libvpx, opus, speex, **wireguard-android** (+ nested wireguard-tools / elf-cleaner)
2. `scripts/build-native-codecs.sh` per ABI
3. `./gradlew :tunnel:assembleDebug :app:assembleDebug` — WireGuard userspace (`libwg-go.so`) from `third-party/wireguard-android`
4. Unit tests, adb install (when devices configured)
No runtime fetch from zx2c4/GitHub during Gradle: sources come from checked-out `third-party/` submodules only.
## Trigger a build
1. Open Builder → sign in (default dev user from crash schema seed).