am 96d9fa29: resolved conflicts for merge of ef1335ed to jb-dev-plus-aosp

* commit '96d9fa29cd1ff48b733eb090e99fe165d194d313':
  use default shell (mksh) in emulator
This commit is contained in:
Guang Zhu 2012-07-12 09:36:35 -07:00 committed by Android Git Automerger
commit fb3083ef6f
2 changed files with 0 additions and 6 deletions

View 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)

View File

@ -21,9 +21,6 @@ USE_CAMERA_STUB := true
# customize the malloced address to be 16-byte aligned
BOARD_MALLOC_ALIGNMENT := 16
# 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)