81ac8a7666
Cut down on the number of system images that need to be fetched by just supporting packages from the last 5 years. Still test the last 10 years of APIs without images.
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