mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
androidsdk: Small fix in generating the build product
This commit is contained in:
parent
f670aa50d7
commit
89a802d82b
|
@ -39,6 +39,6 @@ stdenv.mkDerivation {
|
|||
mv bin/*-${if release then "release" else "debug"}.apk $out
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist $(ls $out/*.apk)" > $out/nix-support/hydra-build-products
|
||||
echo "file binary-dist $(echo $out/*.apk)" > $out/nix-support/hydra-build-products
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue