Files
nixpkgs/pkgs/development/mobile/androidenv/README.md
T
Morgan Jones 8bd119929d androidenv: fix autoupdate and custom XMLs
This regression happened during refactoring of mkrepo.rb. Do another
round of it with a focus on fixing the autoupdate and use of custom
repository XMLs.

Add an example to check this behavior (but don't run it in the test
suite, since it requires IFD).
2025-05-29 01:00:19 -07:00

455 B

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