Files
nixpkgs/pkgs/development/mobile/androidenv
Morgan Jones dcac273d94 androidenv: fix 'latest' where SDK level is not an int
Map 'latest' to the latest minor version of each SDK level, since Google
now has minor versions of SDK levels. The SDK levels are still integers,
so also map "36" to (e.g.) "36.1" by default, since the user likely
wants the latest revision of "36" we have.

Fix: #468525
2025-12-13 16:23:47 -08:00
..

How to update

nix-shell maintainers/scripts/update.nix --argstr package androidenv.test-suite --argstr commit true

How to run tests

You may need to make yourself familiar with package tests and Writing larger package tests, then run tests locally with:

$ export NIXPKGS_ALLOW_UNFREE=1
$ cd path/to/nixpkgs
$ nix-build -A androidenv.test-suite