Loading core/config.mk +2 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,8 @@ TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=addre # TODO: do symbol compression TARGET_COMPRESS_MODULE_SYMBOLS := false # Default shell is ash. Other possible value is mksh. TARGET_SHELL := ash # Default shell is mksh. Other possible value is ash. TARGET_SHELL := mksh # ############################################################### # Include sub-configuration files Loading target/board/generic/BoardConfig.mk +2 −2 Original line number Diff line number Diff line Loading @@ -13,5 +13,5 @@ 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 # Set /system/bin/sh to ash, not mksh, to make sure we can switch back. TARGET_SHELL := ash target/board/generic_x86/BoardConfig.mk +2 −2 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ 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 # Set /system/bin/sh to ash, not mksh, to make sure we can switch back. TARGET_SHELL := ash Loading
core/config.mk +2 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,8 @@ TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=addre # TODO: do symbol compression TARGET_COMPRESS_MODULE_SYMBOLS := false # Default shell is ash. Other possible value is mksh. TARGET_SHELL := ash # Default shell is mksh. Other possible value is ash. TARGET_SHELL := mksh # ############################################################### # Include sub-configuration files Loading
target/board/generic/BoardConfig.mk +2 −2 Original line number Diff line number Diff line Loading @@ -13,5 +13,5 @@ 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 # Set /system/bin/sh to ash, not mksh, to make sure we can switch back. TARGET_SHELL := ash
target/board/generic_x86/BoardConfig.mk +2 −2 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ 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 # Set /system/bin/sh to ash, not mksh, to make sure we can switch back. TARGET_SHELL := ash