From 1272b7872aed9cf8c6243d04a138ba85822a671d Mon Sep 17 00:00:00 2001 From: Chris Dearman Date: Tue, 13 Nov 2012 18:18:59 -0800 Subject: [PATCH] [MIPS] Use mksh for /system/bin/sh Signed-off-by: Chris Dearman Change-Id: I01a6c1e2ac9de5b6d86c2aace041a0f7400f6b5e --- target/board/generic_mips/BoardConfig.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk index 8c2371f71b..c3881b47b6 100644 --- a/target/board/generic_mips/BoardConfig.mk +++ b/target/board/generic_mips/BoardConfig.mk @@ -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)