about summary refs log tree commit diff
path: root/pkgs/development/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile')
-rw-r--r--pkgs/development/mobile/androidenv/deploy-androidpackages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/mobile/androidenv/deploy-androidpackages.nix b/pkgs/development/mobile/androidenv/deploy-androidpackages.nix
index 96eebe2bc954..521101513ff2 100644
--- a/pkgs/development/mobile/androidenv/deploy-androidpackages.nix
+++ b/pkgs/development/mobile/androidenv/deploy-androidpackages.nix
@@ -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;