Skip to content

Commit

Permalink
WIP: SDK 30
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Feb 21, 2024
1 parent a13bcde commit 075745c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/environment/login/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ in
environment.files = {
inherit login loginInner;

prootStatic = "/nix/store/6rybxjd5hdpphhx635qp1avsv030h836-proot-termux-static-aarch64-unknown-linux-android-unstable-2023-05-13";
prootStatic = "/nix/store/6idbj169ifm9y0g7gmv8cv36z8k41fz5-proot-termux-static-aarch64-unknown-linux-android-unstable-2023-05-13";
};

};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cross-compiling/cross-pkgs-args.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in

crossSystem = {
config = "${config.build.arch}-unknown-linux-android";
sdkVer = "32";
sdkVer = "30";
ndkVer = "24";
libc = "bionic";
useAndroidPrebuilt = true;
Expand Down

0 comments on commit 075745c

Please sign in to comment.