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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
/.idea/
|
||||
/build/
|
||||
app/build/
|
||||
app/.cxx/
|
||||
captures/
|
||||
.DS_Store
|
||||
*.apk
|
||||
|
||||
Reference in New Issue
Block a user