diff options
author | Guang Zhu <guangzhu@google.com> | 2012-07-11 18:35:08 -0700 |
---|---|---|
committer | Guang Zhu <guangzhu@google.com> | 2012-07-11 18:35:08 -0700 |
commit | ef1335eda485cc4d6a7172e08dc89212fb27ed6b (patch) | |
tree | 6cbb0957b3b9e77fb73b437060d3547573089272 /target/board | |
parent | 38f19c21258592faefa652d4871d570e151a2a53 (diff) | |
download | build-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')
-rw-r--r-- | target/board/generic/BoardConfig.mk | 3 | ||||
-rw-r--r-- | target/board/generic_x86/BoardConfig.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index bc999fa..807125a 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -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) 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) |