nixpkgs/pkgs/development/mobile/androidenv
Reno Dakota 52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
..
examples androidenv: updates for Android API 35 2024-08-20 15:42:13 -04:00
ndk-bundle treewide: use getLib when accessing clang / libclang / stdenv.cc.cc 2024-11-07 10:27:41 +00:00
.gitignore
build-app.nix
build-tools.nix
cmake.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cmdline-tools.nix androidenv: update jdk to 17 2024-11-05 16:32:08 -05:00
compose-android-packages.nix androidenv: updates for Android API 35 (#336113) 2024-10-09 23:19:05 +03:00
default.nix androidenv: add maintainers 2024-08-20 16:34:39 -04:00
deploy-androidpackages.nix
emulate-app.nix androidenv: updates for Android API 35 2024-08-20 15:42:13 -04:00
emulator.nix
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
patcher.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
platform-tools.nix treewide: use getLib when accessing clang / libclang / stdenv.cc.cc 2024-11-07 10:27:41 +00:00
querypackages.sh
README.md doc: add stdenv passthru chapter (#315909) 2024-06-11 10:51:03 +02:00
repo.json androidenv: updates for Android API 35 2024-08-20 15:42:13 -04:00
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