Commit Graph

614 Commits

Author SHA1 Message Date
Hadi
9f959e7154 androidenv: rename android sdk package name 2023-05-23 08:16:20 +02:00
SubhrajyotiSen
ebabf63fd1 maestro: 1.27.0 -> 1.28.0 2023-05-18 19:46:12 +05:30
Hadi
3310972785
androidenv: update repo.json with a new strategy to expire 2023-05-12 18:33:46 -04:00
Sandro
a5ca94c021
Merge pull request #227669 from hadilq/androidenv-put-a-much-nicer-error-message-that-includes-the-available-options
androidenv: raise a much nicer error message
2023-05-12 18:51:49 +02:00
Weijia Wang
88cb27db9f
Merge pull request #231040 from Aleksanaa/adbfs-rootless
adbfs-rootless: 2016-10-02 -> unstable-2023-03-21
2023-05-10 15:10:36 +03:00
aleksana
80a1a58c2e adbfs-rootless: add aleksana as maintainer 2023-05-10 18:45:46 +08:00
aleksana
57e3a0d06c adbfs-rootless: 2016-10-02 -> unstable-2023-03-21 2023-05-10 18:45:46 +08:00
Jakub Sokołowski
8fd4097529
xcodeenv: use __noChroot to avoid permission errors
When `sandbox=relaxed` is used this derivation fails with:
```
> /nix/store/yyy-stdenv-darwin/setup: line 1391: /nix/store/xxx-xcode-wrapper-14.3/bin/xcodebuild: Operation not permitted
> We require xcodebuild version: 14.3
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-03 11:22:20 +02:00
SubhrajyotiSen
b3ca5eff48 maestro: 1.26.1 -> 1.27.0 2023-05-02 18:04:39 +05:30
Dmitry Kalinkin
2c7d57db4c
Merge pull request #204278 from status-im/xcode-allow-higher
xcodeenv: allow versions higher than specified
2023-04-27 14:44:08 -04:00
Hadi
077588ad1a
androidenv: put a much nicer error message that includes the available options 2023-04-22 14:47:45 -04:00
Hadi
81f75f9569 androidenv: fix libgcc_s.so.1 -> not found 2023-04-18 20:18:13 +03:00
SubhrajyotiSen
d421a8dadc maestro: 1.26.0 -> 1.26.1 2023-04-14 17:06:31 +05:30
SubhrajyotiSen
7886832204 maestro: 1.25.0 -> 1.26.0 2023-04-13 15:29:44 +05:30
K900
61fd82abeb adb: fix libgcc_s reference 2023-04-10 08:45:51 +03:00
Jakub Sokołowski
ae08ff7b71
xcodeenv: allow versions higher than specified
Add `allowHigher` option to let higher versions of Xcode.
This is useful when xcodeenv is used for `nix-shell` for developers
and their xcode version might be a bit newer than required one.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-06 19:20:56 +02:00
Sandro
7ecf5641d3
Merge pull request #216142 from status-im/androidenv/fix-toolchains 2023-04-01 23:51:19 +02:00
Weijia Wang
389975d8f5
Merge pull request #198393 from r-ryantm/auto-update/genymotion
genymotion: 3.2.1 -> 3.3.3
2023-03-17 15:39:00 +02:00
SubhrajyotiSen
a05996349c maestro: 1.24.0 -> 1.25.0 2023-03-16 10:25:53 +05:30
R. Ryantm
4a0a84ece7 genymotion: 3.2.1 -> 3.3.3 2023-03-11 09:03:00 +00:00
SubhrajyotiSen
de1f8d6bd8 maestro: 1.23.0 -> 1.24.0 2023-03-07 22:55:02 +05:30
Hadi
a05928d7fe androidenv: make nix-build -A androidenv.test-suite work
androidenv: set config.allowUnfree = true for integration tests

androidenv: fix concerns in the PR
2023-02-28 08:53:43 -05:00
Hadi
d511bfd0e2 androidenv: add shell-with-emulator.nix to have test and more examples
androidenv: replace buildInputs with nativeBuildInputs
2023-02-28 08:53:43 -05:00
Hadi
e5fbfd894f androidenv: fix problem with avdmanager when trying to create an avd
To do so, we gathered different system images with the same
abiVersion in the same derivation.
2023-02-28 08:53:43 -05:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
SubhrajyotiSen
6dc7c7a776 maestro: 1.22.1 -> 1.23.0 2023-02-16 12:58:02 +05:30
Felix Buehler
bc3d5934d7 treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
Jakub Sokołowski
93e9aac7dc
androidenv: fix autopatching toolchains
Use of binaries from NDK `toolchains` has been broken by following PR:

* https://github.com/NixOS/nixpkgs/pull/195752

I'm splitting the patchInstructions to run the ELF patching only on Linux.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-14 16:12:13 +01:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
SubhrajyotiSen
554438542d maestro: 1.21.3 -> 1.22.1 2023-02-09 21:34:56 +05:30
Jakub Sokołowski
af7c4c68bf
androidenv: fix patching linux prebuilt binaries
This has been broken by following PR due to typo:
https://github.com/NixOS/nixpkgs/pull/195752

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-09 12:04:46 +01:00
SubhrajyotiSen
c9620640e8 maestro: 1.21.2 -> 1.21.3 2023-01-30 19:03:03 +05:30
Artturi
bf9433fd4c
Merge pull request #210372 from hadilq/androidenv/generate-package.xml-files
androidenv: generate package.xml in packages' directory
2023-01-29 18:12:52 +02:00
Hadi
9c4e43ab70 androidenv: Implement cmdline-tools and patcher
- Replace cmdline-tools with tools because tools is obsolete now.
- Depend emulator package to systemImages

androidenv: fix issues on the PR

androidenv: reformat

androidenv: support excluding of `tools` package

androidenv: provide `tools`, and `build-tools`, dependencies

androidenv: replace includeTools with toolsVersion

androidenv: fix a typo

androidenv: add tests to check licenses and installed packages

androidenv: check if tests are running! this commit should fail!

androidenv: fix problems in the review https://github.com/NixOS/nixpkgs/pull/208793

androidenv: add test-suite to handle more tests around

androidenv: fix the test after couldn't running them with ofborg

Update pkgs/development/mobile/androidenv/build-tools.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

androidenv: Resolving https://github.com/NixOS/nixpkgs/pull/208793#discussion_r1065851539

Update pkgs/development/mobile/androidenv/cmdline-tools.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/development/mobile/androidenv/tools.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

androidenv: fix a typo
2023-01-27 18:15:47 -05:00
SubhrajyotiSen
6729809b35 maestro: 1.21.0 -> 1.21.2 2023-01-27 13:18:43 +05:30
SubhrajyotiSen
e4f45e39a7 maestro: 1.20.0 -> 1.21.0 2023-01-25 22:10:54 +05:30
SubhrajyotiSen
c52e921894 maestro: 1.19.5 -> 1.20.0 2023-01-25 09:43:42 +05:30
SubhrajyotiSen
69f59098f9 maestro: 1.19.0 -> 1.19.5 2023-01-19 09:48:00 +05:30
SubhrajyotiSen
ddd8303c56 maestro: 1.18.5 -> 1.19.0 2023-01-13 23:58:50 +05:30
SubhrajyotiSen
33d1f3a4e6 maestro: 1.18.3 -> 1.18.5 2023-01-13 18:23:45 +08:00
Hadi
181e0e91ba androidenv: generate package.xml in packages' directory 2023-01-12 10:19:11 -05:00
Artturi
a6c9e51059
Merge pull request #208380 from hadilq/androidenv/support-deplying-multiple-packages-in-one-derivation
androidenv: Support deploying multiple packages in one derivation
2023-01-11 05:57:24 +02:00
Subhrajyoti Sen
92e9905a79
maestro: 1.18.2 -> 1.18.3
* maestro: 1.18.2 -> 1.18.3
* maestro: add changelog
2023-01-04 23:00:17 +08:00
Hadi
8ca4470a5e androidenv: use unzip in nativeBuildInputs 2023-01-03 18:17:11 -05:00
Hadi
2f06edee4f
Update pkgs/development/mobile/androidenv/deploy-androidpackages.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 11:05:57 -05:00
Hadi
d1a1f2fa06 androidenv: Fix we are using 2 spaces to intend nix code in
see: https://github.com/NixOS/nixpkgs/pull/208137#discussion_r1059518929
2022-12-31 12:21:21 -05:00
Hadi
bceccb7f70 androidenv: Replace deploy-androidpackage.nix with deploy-androidpackages.nix 2022-12-31 11:21:40 -05:00
Bobby Rong
ada29d3914
Merge pull request #207991 from SubhrajyotiSen/update-maestro
maestro: 1.17.2 -> 1.18.2
2022-12-31 12:25:42 +08:00
Artturi
338097c04c
Merge pull request #208300 from hadilq/androidenv/fix-system-image-download-url-for-default-type 2022-12-30 15:48:07 +02:00
Hadi
6fd11aec99 androidenv: Fix system image download url for default type 2022-12-30 15:30:27 +02:00