Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61a211ee authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android (Google) Code Review
Browse files

Merge "Switch to mksh as the default shell."

parents db773fb5 772a0f67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,8 +105,8 @@ TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=addre
# TODO: do symbol compression
TARGET_COMPRESS_MODULE_SYMBOLS := false

# Default shell is ash. Other possible value is mksh.
TARGET_SHELL := ash
# Default shell is mksh. Other possible value is ash.
TARGET_SHELL := mksh

# ###############################################################
# Include sub-configuration files
+2 −2
Original line number Diff line number Diff line
@@ -13,5 +13,5 @@ BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true

# Set /system/bin/sh to mksh, not ash, to test the transition.
TARGET_SHELL := mksh
# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
TARGET_SHELL := ash
+2 −2
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@ BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true

# Set /system/bin/sh to mksh, not ash, to test the transition.
TARGET_SHELL := mksh
# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
TARGET_SHELL := ash