From b4e8b2ee9f5e08b428ba87f23b58424b1987b92f Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Thu, 3 Jun 2010 19:58:02 +0200 Subject: [PATCH] For the generic board, set /system/bin/sh to mksh to test the transition Change-Id: I778bae4060dd404e82fbf9dd5b8a2024c8268402 --- target/board/generic/BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index 2b72d01da..f630dac23 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -9,3 +9,6 @@ TARGET_NO_KERNEL := true TARGET_CPU_ABI := armeabi HAVE_HTC_AUDIO_DRIVER := true BOARD_USES_GENERIC_AUDIO := true + +# Set /system/bin/sh to mksh, not ash, to test the transition. +TARGET_SHELL := mksh -- 2.11.0