nixpkgs/pkgs/development/mobile/androidenv
2023-09-08 22:18:36 +03:00
..
examples androidenv update packages 2023-08-10 20:27:06 -04:00
ndk-bundle androidenv: fix autopatching toolchains 2023-02-14 16:12:13 +01:00
.gitignore androidenv: add shell-with-emulator.nix to have test and more examples 2023-02-28 08:53:43 -05:00
build-app.nix androidenv.buildApp: fix after callPackage switch 2023-09-08 16:30:56 +03:00
build-tools.nix
cmake.nix
cmdline-tools.nix androidenv fix cmdline beta versions' problem 2023-08-10 20:09:15 -04:00
compose-android-packages.nix Merge pull request #248435 from hadilq/androidenv-fix-cmdline-beta-version 2023-08-13 00:25:14 -06:00
default.nix androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
deploy-androidpackages.nix androidenv: rename android sdk package name 2023-05-23 08:16:20 +02:00
emulate-app.nix androidenv: remove avdmanager list target 2023-05-06 10:11:09 -04:00
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 adb: fix libgcc_s reference 2023-04-10 08:45:51 +03:00
querypackages.sh
README.md
repo.json androidenv update packages 2023-08-10 20:27:06 -04:00
test-suite.nix androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
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