nixpkgs/pkgs/development/mobile/androidenv
Artturi bf9433fd4c
Merge pull request #210372 from hadilq/androidenv/generate-package.xml-files
androidenv: generate package.xml in packages' directory
2023-01-29 18:12:52 +02:00
..
examples androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
ndk-bundle
.gitignore
build-app.nix
build-tools.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
cmake.nix
cmdline-tools.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
compose-android-packages.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
default.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
deploy-androidpackages.nix
emulate-app.nix
emulator.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
patcher.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
platform-tools.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
querypackages.sh
README.md androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
repo.json
test-suite.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05:00
tools.nix androidenv: Implement cmdline-tools and patcher 2023-01-27 18:15:47 -05: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