am f7a6ead0: Manual merge

Merge commit 'f7a6ead075a9b1edc85eeeca646ced42f112f331'

* commit 'f7a6ead075a9b1edc85eeeca646ced42f112f331':
  For the generic board, set /system/bin/sh to mksh to test the transition
This commit is contained in:
Jean-Baptiste Queru 2010-08-25 10:05:10 -07:00 committed by Android Git Automerger
commit d7312f4f63
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true
# Set /system/bin/sh to mksh, not ash, to test the transition.
TARGET_SHELL := mksh