From c66c7c64ebd16287b892f8a780cffcabafba3799 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 7 Sep 2026 15:06:14 -0400 Subject: Better OSD behavior, lots of build stuff Signed-off-by: Andrew Opalach --- flake.nix | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 83361d2..842bb7f 100644 --- a/flake.nix +++ b/flake.nix @@ -466,26 +466,23 @@ }; android = with pkgs; let - cmakeVersion = "3.22.1"; + cmakeVersion = "4.1.2"; androidComposition = androidenv.composeAndroidPackages { - cmdLineToolsVersion = "19.0"; + cmdLineToolsVersion = "22.0"; toolsVersion = "26.1.1"; platformToolsVersion = "37.0.1"; - buildToolsVersions = [ "36.1.0" ]; - includeEmulator = false; - emulatorVersion = "35.2.5"; - platformVersions = [ "34" ]; - includeSources = false; - includeSystemImages = false; - systemImageTypes = [ "google_apis_playstore" ]; + buildToolsVersions = [ "37.0.0" ]; + platformVersions = [ "37.1" ]; abiVersions = [ "armeabi-v7a" "arm64-v8a" ]; cmakeVersions = [ cmakeVersion ]; - includeNDK = true; - # latest = 28.0.13004108, _counted_by conflict. ndkVersion = "29.0.14206865"; + includeNDK = true; + includeEmulator = false; + includeSources = false; + includeSystemImages = false; + includeExtras = [ "extras;google;gcm" ]; useGoogleAPIs = false; useGoogleTVAddOns = false; - includeExtras = [ "extras;google;gcm" ]; }; in pkgs.mkShell rec { NIX_HARDENING_ENABLE = ""; -- cgit v1.2.3-101-g0448