Skip to content

Commit

Permalink
androidNdkVersion = "24"
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 26, 2024
1 parent 821f72a commit fac5029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlays/android.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ _final: prev: {
inherit (prev) system overlays;
crossSystem = prev.lib.systems.examples.aarch64-android // {
androidSdkVersion = "26";
androidNdkVersion = "24";
};
};
armv7a-android-prebuilt = import prev.path {
inherit (prev) system overlays;
crossSystem = prev.lib.systems.examples.armv7a-android-prebuilt // {
androidSdkVersion = "26";
androidNdkVersion = "24";
};
};
};
Expand Down

0 comments on commit fac5029

Please sign in to comment.