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
|
mv bin/*-${if release then "release" else "debug"}.apk $out
|
||||||
|
|
||||||
mkdir -p $out/nix-support
|
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…
x
Reference in New Issue
Block a user