Revert "android: attempt to get it working on really old versions"

This reverts commit e2b3004cb4.
This commit is contained in:
William Casarin
2024-02-09 18:55:25 -08:00
parent fd0a14eac2
commit c3779510ec
2 changed files with 2 additions and 11 deletions

View File

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