forked from openkylin/platform_build
use default shell (mksh) in emulator
remove the override to use ash as shell so that mksh is the default in 'generic' product type Change-Id: I91d76d0fc522baf5d47096ab19ea264c9b1268e6
This commit is contained in:
parent
38f19c2125
commit
ef1335eda4
|
@ -29,9 +29,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)
|
||||
|
|
|
@ -18,9 +18,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)
|
||||
|
|
Loading…
Reference in New Issue