nixpkgs/pkgs/development/mobile/androidenv
2024-08-03 17:18:20 +02:00
..
examples treewide: fix broken 'nix.dev' URLs 2024-07-07 17:15:35 +02:00
ndk-bundle androidenv: fix NDK toolchain linking issues 2024-05-21 00:08:09 +02:00
.gitignore
build-app.nix
build-tools.nix
cmake.nix
cmdline-tools.nix pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
compose-android-packages.nix {android-studio,androidenv}: add withSdk passthru and androidPkgs 2024-06-03 23:01:44 -07:00
default.nix {android-studio,androidenv}: add withSdk passthru and androidPkgs 2024-06-03 23:01:44 -07:00
deploy-androidpackages.nix
emulate-app.nix
emulator.nix
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
patcher.nix pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
platform-tools.nix
querypackages.sh
README.md doc: add stdenv passthru chapter (#315909) 2024-06-11 10:51:03 +02:00
repo.json
test-suite.nix
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 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