1
0
mirror of git://f0xx.org/ac/ac-mobile-android synced 2026-07-29 02:07:35 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Anton Afanasyeu
2a5b46a212 feat(dev): improve wireless ADB reconnect and mDNS probing
Align in-app dev helpers with adb-reconnect pairing flow and expand tests
for Android 11+ TLS wireless debugging.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 15:36:53 +02:00
Anton Afanasyeu
fb8b0c43e7 codecs: add native build scripts for libvpx/opus/speex + fix CMake includes
- scripts/build-native-codecs.sh: cross-compile libvpx, opus, speex for
  Android ABIs (arm64-v8a, armeabi-v7a, x86_64) using NDK clang with -fPIC
- scripts/android-ndk.sh: NDK root detection helper
- scripts/native-build-cache.sh: ccache detection helper
- scripts/init-third-party-submodules.sh: init codec submodules
- scripts/ensure-gradle-wrapper.sh: gradle wrapper sanity check
- scripts/adb-reconnect.sh: ADB device discovery helpers
- ndk/CMakeLists.txt: per-ABI include dirs for opus/ and speex_config_types.h

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 23:07:17 +02:00