OSDN Git Service

use default shell (mksh) in emulator
authorGuang Zhu <guangzhu@google.com>
Thu, 12 Jul 2012 01:35:08 +0000 (18:35 -0700)
committerGuang Zhu <guangzhu@google.com>
Thu, 12 Jul 2012 01:35:08 +0000 (18:35 -0700)
remove the override to use ash as shell so that mksh is the
default in 'generic' product type

Change-Id: I91d76d0fc522baf5d47096ab19ea264c9b1268e6

target/board/generic/BoardConfig.mk
target/board/generic_x86/BoardConfig.mk

index bc999fa..807125a 100644 (file)
@@ -29,9 +29,6 @@ BOARD_USES_GENERIC_AUDIO := true
 # no hardware camera
 USE_CAMERA_STUB := true
 
-# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
-TARGET_SHELL := ash
-
 # Enable dex-preoptimization to speed up the first boot sequence
 # of an SDK AVD. Note that this operation only works on Linux for now
 ifeq ($(HOST_OS),linux)
index c62b0a4..da597e8 100644 (file)
@@ -18,9 +18,6 @@ BOARD_USES_GENERIC_AUDIO := true
 # no hardware camera
 USE_CAMERA_STUB := true
 
-# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
-TARGET_SHELL := ash
-
 # Enable dex-preoptimization to speed up the first boot sequence
 # of an SDK AVD. Note that this operation only works on Linux for now
 ifeq ($(HOST_OS),linux)