androidndk: remove set -x

This was causing output limit exceeded in Hydra:

https://hydra.nixos.org/build/75406916
This commit is contained in:
Matthew Justin Bauer 2018-06-07 17:04:08 -04:00 committed by GitHub
parent f098e60ecf
commit 673628e10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ stdenv.mkDerivation rec {
jdk python3 which
]) + ":${platformTools}/platform-tools";
in ''
set -x
mkdir -pv $out/libexec
mkdir -pv $out/lib64
ln -s ${ncurses5.out}/lib/libncursesw.so.5 $out/lib64/libtinfo.so.5