Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c480c05 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am aa80cac8: am cdacb378: Merge "[MIPS] Use mksh for /system/bin/sh"

* commit 'aa80cac8':
  [MIPS] Use mksh for /system/bin/sh
parents 59380396 aa80cac8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -34,9 +34,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)