summaryrefslogtreecommitdiffstats
path: root/target/board/generic_x86
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2012-07-11 18:35:08 -0700
committerGuang Zhu <guangzhu@google.com>2012-07-11 18:35:08 -0700
commitef1335eda485cc4d6a7172e08dc89212fb27ed6b (patch)
tree6cbb0957b3b9e77fb73b437060d3547573089272 /target/board/generic_x86
parent38f19c21258592faefa652d4871d570e151a2a53 (diff)
downloadbuild-ef1335eda485cc4d6a7172e08dc89212fb27ed6b.zip
build-ef1335eda485cc4d6a7172e08dc89212fb27ed6b.tar.gz
build-ef1335eda485cc4d6a7172e08dc89212fb27ed6b.tar.bz2
use default shell (mksh) in emulator
remove the override to use ash as shell so that mksh is the default in 'generic' product type Change-Id: I91d76d0fc522baf5d47096ab19ea264c9b1268e6
Diffstat (limited to 'target/board/generic_x86')
-rw-r--r--target/board/generic_x86/BoardConfig.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index c62b0a4..da597e8 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -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)