Fix gradle aapt2 linking
build / build (push) Failing after 2m56s

This commit is contained in:
2026-06-12 19:05:03 +02:00
parent 184f7b3b4c
commit 32e45c266d
4 changed files with 29 additions and 19 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
org.gradle.jvmargs=-Xmx2g
android.useAndroidX=true
# NixOS: AGP cannot run the Maven-downloaded aapt2 (dynamically linked generic Linux binary).
# Value is rewritten by the nix shellHook on every `nix develop` — do not edit manually.
android.aapt2FromMavenOverride=__NIX_SHELLHOOK_SETS_THIS__
# NixOS aapt2 override is injected by the wrapped gradle in the nix dev shell — see flake.nix.