android: attempt to get it working on really old versions

This commit is contained in:
William Casarin
2023-12-17 09:29:49 -08:00
parent ad8acf47c5
commit e2b3004cb4
2 changed files with 11 additions and 2 deletions

View File

@@ -3,10 +3,13 @@ with pkgs;
let
x11libs = lib.makeLibraryPath [ xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi libglvnd vulkan-loader vulkan-validation-layers ];
ndk-version = "24.0.8215888";
#ndk-version = "21.0.6113669";
androidComposition = androidenv.composeAndroidPackages {
includeNDK = true;
ndkVersions = [ ndk-version ];
platformVersions = [ "28" "29" "30" ];
#platformVersions = [ "22" "28" "29" "30" ];
platformVersions = [ "22" "30" ];
useGoogleAPIs = false;
#useGoogleTVAddOns = false;
#includeExtras = [