nixpkgs/pkgs/development/mobile/androidenv
Sheldon Neuberger a5f4369130 androidenv: fix darwin ndk symlink
Today the nix ndk package on darwin points to a directory that doesn't
exist. This fix was added previously for linux but is needed on all
platforms.
2022-10-27 10:12:54 -07:00
..
examples
ndk-bundle androidenv: fix darwin ndk symlink 2022-10-27 10:12:54 -07:00
tools treewide: optional -> optionals where the argument is a list 2022-10-10 15:40:21 +03:00
.gitignore
build-app.nix
build-tools.nix Merge pull request #186564 from Artturin/crossevalfixes 2022-08-27 17:49:00 +03:00
cmake.nix treewide: optional -> optionals where the argument is a list 2022-10-10 15:40:21 +03:00
compose-android-packages.nix androidenv: fix default ndk linking for ndk > 22 2022-07-24 20:35:49 +02:00
default.nix
deploy-androidpackage.nix
emulate-app.nix
emulator.nix treewide: makeWrapper buildInputs to nativeBuildInputs 2022-08-16 13:14:19 +03:00
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
platform-tools.nix treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
querypackages.sh
README.md androidenv: document update procedure 2022-04-20 20:26:59 +02:00
repo.json androidenv: update packages 2022-06-29 18:27:16 +09: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