forked from openkylin/platform_build
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:
commit
d7312f4f63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue