Revert "android: attempt to get it working on really old versions"
This reverts commit e2b3004cb4.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user