Commit 13effc43 authored by Marie Ramlow's avatar Marie Ramlow
Browse files

androidndkPkgs_26: init at 26.3.11579264

parent 561bc662
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
}
+1 −0
Original line number Diff line number Diff line
@@ -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;