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

Fix rebuild.sh after Docker CI leaves stale app/.cxx paths.

Clear app/.cxx before gradlew clean (Docker uses /opt/android-sdk in CMake
cache on mounted repos). CI now removes .cxx after build; gitignore app/.cxx.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-02 22:19:51 +02:00
parent 4e045f68e6
commit 4e74a92457
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
/.idea/
/build/
app/build/
app/.cxx/
captures/
.DS_Store
*.apk