Switch to mksh as the default shell.

Switch the emulator builds to ash to make sure it still
works, in case we find that we need to go back to using ash.

Change-Id: Id5641940b63cc4225011be1c375f4c86ec4d21cc
This commit is contained in:
Jean-Baptiste Queru 2011-05-18 13:49:08 -07:00
parent 1b53fbd61a
commit 772a0f6794
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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