Skip to content

Commit

Permalink
build(nix): update NDK to 27.2.12479018
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Mar 11, 2025
1 parent e5a3eae commit 3b3d576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;
androidSdk = android.sdk.${system} (sdkPkgs:
builtins.attrValues {
inherit (sdkPkgs) ndk-27-0-11902837 cmdline-tools-latest;
inherit (sdkPkgs) ndk-27-2-12479018 cmdline-tools-latest;
});
androidNdkRoot = "${androidSdk}/share/android-sdk/ndk/27.0.11902837";
androidNdkRoot = "${androidSdk}/share/android-sdk/ndk/27.2.12479018";

rustSrc = nix-filter.lib {
root = ./.;
Expand Down

0 comments on commit 3b3d576

Please sign in to comment.