1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:18:42 +03:00
Files
android_cast/.gitmodules
Anton Afanasyeu 876151a440 Attach url-shortener as git submodule (androidcast_project).
Standalone repo: git://f0xx.org/androidcast_project/url-shortener on branch main.
Removes vendored tree; adds backend/README.md and agent bootstrap note.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 11:34:08 +02:00

18 lines
582 B
Plaintext

[submodule "third-party/libvpx"]
path = third-party/libvpx
url = https://chromium.googlesource.com/webm/libvpx
branch = main
[submodule "third-party/opus"]
path = third-party/opus
url = https://github.com/xiph/opus
[submodule "third-party/speex"]
path = third-party/speex
url = https://github.com/xiph/speex/
[submodule "third-party/wireguard-android"]
path = third-party/wireguard-android
url = https://git.zx2c4.com/wireguard-android
[submodule "backend/url-shortener"]
path = backend/url-shortener
url = git://f0xx.org/androidcast_project/url-shortener
branch = main