d3f8c4d495
androidenv: apply numinit patch to have a nice error message androidenv handle unsupported systems, and make tests running by default! androidenv run nixfmt androidenv: support emulator/systemimages/NDK only for certain systems androidenv: apply nixfmt androidenv: give a warning if archive doesn't exist
How to update
./fetchrepo.sh./mkrepo.sh- Check the
repo.jsondiff for new stable versions oftools,platform-tools,build-tools,emulatorand/orndk - Update the relevant argument defaults in
compose-android-packages.nix
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.tests