Loading pkgs/development/androidndk-pkgs/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ in "23b" = makeNdkPkgs "23.1.7779620"; "24" = makeNdkPkgs "24.0.8215888"; "25" = makeNdkPkgs "25.2.9519653"; "26" = makeNdkPkgs "26.3.11579264"; } pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -4084,6 +4084,7 @@ with pkgs; androidndkPkgs_23b = (callPackage ../development/androidndk-pkgs {})."23b"; androidndkPkgs_24 = (callPackage ../development/androidndk-pkgs {})."24"; androidndkPkgs_25 = (callPackage ../development/androidndk-pkgs {})."25"; androidndkPkgs_26 = (callPackage ../development/androidndk-pkgs {})."26"; androidsdk = androidenv.androidPkgs.androidsdk; Loading
pkgs/development/androidndk-pkgs/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ in "23b" = makeNdkPkgs "23.1.7779620"; "24" = makeNdkPkgs "24.0.8215888"; "25" = makeNdkPkgs "25.2.9519653"; "26" = makeNdkPkgs "26.3.11579264"; }
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -4084,6 +4084,7 @@ with pkgs; androidndkPkgs_23b = (callPackage ../development/androidndk-pkgs {})."23b"; androidndkPkgs_24 = (callPackage ../development/androidndk-pkgs {})."24"; androidndkPkgs_25 = (callPackage ../development/androidndk-pkgs {})."25"; androidndkPkgs_26 = (callPackage ../development/androidndk-pkgs {})."26"; androidsdk = androidenv.androidPkgs.androidsdk;