build: capacitor 8 dependencies, config and android sync scripts

This commit is contained in:
2026-08-20 08:31:59 +02:00
parent 4683ffee57
commit 12851a2b1c
4 changed files with 1035 additions and 3 deletions
+7 -2
View File
@@ -27,8 +27,13 @@
nodejs_22
corepack_22
git
# extensible: capacitor/android SDK tooling, etc. go here as
# the project grows
# Android SDK/gradle are deliberately NOT provided via
# nixpkgs androidenv: composeAndroidPackages is heavy and
# fragile, and `npx cap sync android` needs no SDK. For
# native builds install Android Studio (or cmdline-tools +
# `sdkmanager "platforms;android-35" "build-tools"`) locally
# and point ANDROID_HOME at it; the gradle wrapper in
# android/ does the rest.
]
# playwright e2e drives the system chromium (see
# playwright.config.ts); nixpkgs chromium is linux-only