File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 # Also for GHC #15275
7676 ++ lib . optionals hostPlatform . isAarch64 [ "--gcc-option=-fPIC" ] ;
7777
78- # Wrapper to output a warning for aarch64 Android
78+ # Wrapper to output a warning for Android
7979 qemuNotSupportedWarning = writeShellScriptBin "warning-wrapper" ''
80- echo "Warning: Running aarch64 Android apps on Linux using qemu is not supported." >&2
80+ echo "Warning: Running Android apps on Linux using qemu is not supported." >&2
8181 '' ;
8282
8383 # Wrapper for qemu testing
8888
8989 # Choose the appropriate test wrapper
9090 testWrapper = lib . optional isLinuxCross
91- ( if hostPlatform . isAndroid && hostPlatform . isAarch64
91+ ( if hostPlatform . isAndroid
9292 then "${ qemuNotSupportedWarning } /bin/warning-wrapper"
9393 else "${ qemuTestWrapper } /bin/test-wrapper" ) ;
9494
You can’t perform that action at this time.
0 commit comments