Skip to content

Commit 3b3d576

Browse files
committed
build(nix): update NDK to 27.2.12479018
1 parent e5a3eae commit 3b3d576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;
1919
androidSdk = android.sdk.${system} (sdkPkgs:
2020
builtins.attrValues {
21-
inherit (sdkPkgs) ndk-27-0-11902837 cmdline-tools-latest;
21+
inherit (sdkPkgs) ndk-27-2-12479018 cmdline-tools-latest;
2222
});
23-
androidNdkRoot = "${androidSdk}/share/android-sdk/ndk/27.0.11902837";
23+
androidNdkRoot = "${androidSdk}/share/android-sdk/ndk/27.2.12479018";
2424

2525
rustSrc = nix-filter.lib {
2626
root = ./.;

0 commit comments

Comments
 (0)