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

@@ -13,13 +13,10 @@ The app loads `libandroidcast_codecs.so` for availability probes and future soft
## Enable native codecs (developer)
1. Initialize submodules as needed:
1. Initialize all third-party submodules:
```bash
git submodule update --init third-party/libvpx
git submodule update --init third-party/opus
git submodule update --init third-party/speex
git submodule update --init third-party/wireguard-android
bash scripts/init-third-party-submodules.sh
```
2. Build static libs per ABI (NDK auto-detected via `scripts/android-ndk.sh`):