forked from openkylin/platform_build
[MIPS] Use mksh for /system/bin/sh
Signed-off-by: Chris Dearman <chris@mips.com> Change-Id: I01a6c1e2ac9de5b6d86c2aace041a0f7400f6b5e
This commit is contained in:
parent
5e12e60b47
commit
1272b7872a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue