androidsdk: Small fix in generating the build product

This commit is contained in:
Sander van der Burg 2013-03-15 10:31:17 +01:00
parent f670aa50d7
commit 89a802d82b

View File

@ -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
'';
}