Merge "Switch back to mksh as the default"

This commit is contained in:
Jean-Baptiste Queru 2011-06-16 10:53:27 -07:00 committed by Android Code Review
commit 14bf45f31d
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ TARGET_COMPRESS_MODULE_SYMBOLS := false
# Default is to prelink modules.
TARGET_PRELINK_MODULE := true
# 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