This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
884a83cacb
nixpkgs
/
pkgs
/
development
/
mobile
/
androidenv
/
generate.sh
4 lines
41 B
Bash
Raw
Normal View
History
Unescape
Escape
Rework androidenv package generation androidenv did not previously write license files, which caused certain gradle-based Android tools to fail. Restructure androidenv's list of Android packages into a single repo.json file to prevent duplication and enable us to extract the EULA texts, which we then hash with builtins.hashString to produce the license files that Android gradle tools look for. Remove includeDocs and lldbVersions, as these have been removed from the Android package repositories. Improve documentation and examples.
2020-11-14 02:18:52 +00:00
#!/bin/sh
androidenv: update generate.sh to use nix-shell and fail on error Update generate.sh to run using nix-shell. Also make it fail with meaningful output instead of writing empty output files. This is extracted from https://github.com/NixOS/nixpkgs PR 58131. This relies on the shebang being used.
2019-03-22 17:44:48 +00:00
Rework androidenv package generation androidenv did not previously write license files, which caused certain gradle-based Android tools to fail. Restructure androidenv's list of Android packages into a single repo.json file to prevent duplication and enable us to extract the EULA texts, which we then hash with builtins.hashString to produce the license files that Android gradle tools look for. Remove includeDocs and lldbVersions, as these have been removed from the Android package repositories. Improve documentation and examples.
2020-11-14 02:18:52 +00:00
./fetchrepo.sh
&&
./mkrepo.sh
Reference in New Issue
Copy Permalink