Files
nixpkgs/pkgs/development/mobile/androidenv
Morgan Jones 81ac8a7666 androidenv: support 5 years of Android APIs with images; test 10 without
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.
2025-03-29 22:13:03 +05:30
..
2025-03-29 22:13:03 +05:30
2025-03-29 22:13:03 +05:30
2025-03-29 22:13:03 +05:30
2025-03-29 22:13:03 +05:30
2025-03-29 22:13:03 +05:30
2025-03-29 22:13:03 +05:30

How to update

  1. ./fetchrepo.sh
  2. ./mkrepo.sh
  3. Check the repo.json diff for new stable versions of tools, platform-tools, build-tools, emulator and/or ndk
  4. 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