Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
591 B
591 B
How to update
./fetchrepo.sh
./mkrepo.sh
- Check the
repo.json
diff for new stable versions oftools
,platform-tools
,build-tools
,emulator
and/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