nixpkgs/pkgs/development/mobile/androidenv
Hadi a05928d7fe androidenv: make nix-build -A androidenv.test-suite work
androidenv: set config.allowUnfree = true for integration tests

androidenv: fix concerns in the PR
2023-02-28 08:53:43 -05:00
..
examples androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
ndk-bundle androidenv: fix patching linux prebuilt binaries 2023-02-09 12:04:46 +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
build-tools.nix
cmake.nix
cmdline-tools.nix
compose-android-packages.nix androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
default.nix androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
deploy-androidpackages.nix
emulate-app.nix androidenv: add shell-with-emulator.nix to have test and more examples 2023-02-28 08:53:43 -05:00
emulator.nix
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
patcher.nix
platform-tools.nix
querypackages.sh
README.md
repo.json
test-suite.nix androidenv: make nix-build -A androidenv.test-suite work 2023-02-28 08:53:43 -05:00
tools.nix

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