disable ccache for phone

This commit is contained in:
Sebastian Moser
2024-05-01 21:23:29 +02:00
parent cb872b00b4
commit 97e12f8a8e

View File

@@ -12,5 +12,5 @@
# signing.keyStorePath = "/var/secrets/android-keys"; # A _string_ of the path for the key store. # signing.keyStorePath = "/var/secrets/android-keys"; # A _string_ of the path for the key store.
# Build with ccache # Build with ccache
ccache.enable = true; #ccache.enable = true;
} }