Update pkgs/development/mobile/androidenv/deploy-androidpackages.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
d1a1f2fa06
commit
2f06edee4f
1 changed files with 1 additions and 3 deletions
|
@ -45,9 +45,7 @@ stdenv.mkDerivation ({
|
||||||
${patchesInstructions.${package.name}}
|
${patchesInstructions.${package.name}}
|
||||||
'') packages);
|
'') packages);
|
||||||
|
|
||||||
# We never attempt to strip. This is not required since we're doing binary
|
# Some executables that have been patched with patchelf may not work any longer after they have been stripped.
|
||||||
# deployments. Moreover, some executables that have been patched with patchelf
|
|
||||||
# may not work any longer after they have been stripped.
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
dontAutoPatchelf = true;
|
dontAutoPatchelf = true;
|
||||||
|
|
Loading…
Reference in a new issue