Merge pull request #110919 from r-burns/android-cross
androidenv: do not copy verbosely
This commit is contained in:
commit
e3b8515672
@ -29,7 +29,7 @@ stdenv.mkDerivation ({
|
||||
packageBaseDir=$out/libexec/android-sdk/${package.path}
|
||||
mkdir -p $packageBaseDir
|
||||
cd $packageBaseDir
|
||||
cp -av $sourceRoot/* .
|
||||
cp -a $sourceRoot/* .
|
||||
${patchInstructions}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user