diff options
author | Ying Wang <wangying@android.com> | 2013-02-15 15:54:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-02-15 15:54:32 -0800 |
commit | 0c480c051304e8d0d22d8ac5e5eafd0c548bc194 (patch) | |
tree | 74cdf532b1bfa78239b78a1d93b16e035d070a8d /target | |
parent | 5938039677f1114db338789cc41f692d54700e79 (diff) | |
parent | aa80cac8d31ad76111de6f8e718b3e7c27a7d31a (diff) | |
download | build-0c480c051304e8d0d22d8ac5e5eafd0c548bc194.zip build-0c480c051304e8d0d22d8ac5e5eafd0c548bc194.tar.gz build-0c480c051304e8d0d22d8ac5e5eafd0c548bc194.tar.bz2 |
am aa80cac8: am cdacb378: Merge "[MIPS] Use mksh for /system/bin/sh"
* commit 'aa80cac8d31ad76111de6f8e718b3e7c27a7d31a':
[MIPS] Use mksh for /system/bin/sh
Diffstat (limited to 'target')
-rw-r--r-- | target/board/generic_mips/BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk index 8c2371f..c3881b4 100644 --- a/target/board/generic_mips/BoardConfig.mk +++ b/target/board/generic_mips/BoardConfig.mk @@ -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) |