For the generic board, set /system/bin/sh to mksh to test the transition

Change-Id: I778bae4060dd404e82fbf9dd5b8a2024c8268402
This commit is contained in:
Thorsten Glaser 2010-06-03 19:58:02 +02:00 committed by Jean-Baptiste Queru
parent 2213aab8b9
commit 3d00a8c5ff
1 changed files with 3 additions and 0 deletions

View File

@ -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