nixpkgs/pkgs/development/mobile/androidenv
Hadi da977da39e
androidenv: fix bugs, add new arguments, and deprecate arguments
- Fix the bug in #265479
- New arguments:
  - configOptions
  - deviceName
- Deprecate arguments:
  - enableGPU
2023-12-15 16:20:39 -05:00
..
examples androidenv: fix bugs, add new arguments, and deprecate arguments 2023-12-15 16:20:39 -05:00
ndk-bundle
.gitignore
build-app.nix androidenv.buildApp: fix after callPackage switch 2023-09-08 16:30:56 +03:00
build-tools.nix
cmake.nix
cmdline-tools.nix androidenv fix cmdline beta versions' problem 2023-08-10 20:09:15 -04:00
compose-android-packages.nix androidenv: updates for Android API 34 2023-11-05 14:31:44 +01:00
default.nix
deploy-androidpackages.nix androidenv: rename android sdk package name 2023-05-23 08:16:20 +02:00
emulate-app.nix androidenv: fix bugs, add new arguments, and deprecate arguments 2023-12-15 16:20:39 -05:00
emulator.nix
fetchrepo.sh
generate.sh
mkrepo.rb androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
mkrepo.sh androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
patcher.nix
platform-tools.nix adb: fix libgcc_s reference 2023-04-10 08:45:51 +03:00
querypackages.sh
README.md
repo.json androidenv: updates for Android API 34 2023-11-05 14:31:44 +01:00
test-suite.nix
tools.nix androidenv: fix libgcc_s.so.1 -> not found 2023-04-18 20:18:13 +03: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