nixpkgs/pkgs/development/mobile/androidenv
Philipp Mildenberger de0fdc1c78
androidenv: fix NDK toolchain linking issues
Fixes #298285, alternative to #300386.

As suggested in #298285 `lib64` was renamed to `lib`, so just doing the same
as for `lib64` seems to fix the issue.

See also recent discussion in #300386.
2024-05-21 00:08:09 +02:00
..
examples androidenv: update to latest 2024-04-09 20:10:14 -07:00
ndk-bundle androidenv: fix NDK toolchain linking issues 2024-05-21 00:08:09 +02:00
.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
compose-android-packages.nix Merge pull request #304716 from asyncmeow/fix-compose-android-packages 2024-04-18 13:02:15 +02:00
default.nix
deploy-androidpackages.nix
emulate-app.nix androidenv: fix bugs, add new arguments, and deprecate arguments 2023-12-15 16:20:39 -05:00
emulator.nix androidenv: update to latest 2024-04-09 20:10:14 -07:00
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
patcher.nix
platform-tools.nix
querypackages.sh
README.md
repo.json androidenv: update to latest 2024-04-09 20:10:14 -07:00
test-suite.nix androidenv: don't include emulator when includeEmulator is false 2024-01-22 19:04:40 -05:00
tools.nix androidenv: don't include emulator when includeEmulator is false 2024-01-22 19:04:40 -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