am aa80cac8: am cdacb378: Merge "[MIPS] Use mksh for /system/bin/sh"

* commit 'aa80cac8d31ad76111de6f8e718b3e7c27a7d31a':
  [MIPS] Use mksh for /system/bin/sh
This commit is contained in:
Ying Wang 2013-02-15 15:54:32 -08:00 committed by Android Git Automerger
commit 0c480c0513
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,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)