nixpkgs/pkgs/development/mobile/androidenv
2023-05-23 08:16:20 +02:00
..
examples androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
ndk-bundle
.gitignore
build-app.nix
build-tools.nix
cmake.nix
cmdline-tools.nix
compose-android-packages.nix androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
default.nix
deploy-androidpackages.nix androidenv: rename android sdk package name 2023-05-23 08:16:20 +02:00
emulate-app.nix
emulator.nix
fetchrepo.sh
generate.sh
mkrepo.rb androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
mkrepo.sh androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
patcher.nix
platform-tools.nix
querypackages.sh
README.md
repo.json androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
test-suite.nix
tools.nix androidenv: fix libgcc_s.so.1 -> not found 2023-04-18 20:18:13 +03:00

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 tests, and Writing larger package tests in the Manual, then run tests locally with:

$ export NIXPKGS_ALLOW_UNFREE=1
$ cd path/to/nixpkgs
$ nix-build -A androidenv.test-suite.tests