Update pkgs/development/mobile/androidenv/deploy-androidpackages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Hadi 2023-01-03 11:05:57 -05:00 committed by GitHub
parent d1a1f2fa06
commit 2f06edee4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,9 +45,7 @@ stdenv.mkDerivation ({
${patchesInstructions.${package.name}}
'') packages);
# We never attempt to strip. This is not required since we're doing binary
# deployments. Moreover, some executables that have been patched with patchelf
# may not work any longer after they have been stripped.
# Some executables that have been patched with patchelf may not work any longer after they have been stripped.
dontStrip = true;
dontPatchELF = true;
dontAutoPatchelf = true;