mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
build(nix): update NDK to 27.2.12479018
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;
|
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;
|
||||||
androidSdk = android.sdk.${system} (sdkPkgs:
|
androidSdk = android.sdk.${system} (sdkPkgs:
|
||||||
builtins.attrValues {
|
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 {
|
rustSrc = nix-filter.lib {
|
||||||
root = ./.;
|
root = ./.;
|
||||||
|
|||||||
Reference in New Issue
Block a user