am 1b75f3e0: am fd5f6f19: am d5ddf40e: Merge "Fix host tests that need the shell."

* commit '1b75f3e07a8d20f45aa8a78578f294ac499529d0':
  Fix host tests that need the shell.
This commit is contained in:
Elliott Hughes 2013-09-20 09:58:03 -07:00 committed by Android Git Automerger
commit bc42ecb041

View File

@ -200,6 +200,7 @@ ifeq ($(TARGET_ARCH),x86)
bionic-unit-tests-run-on-host: bionic-unit-tests $(TARGET_OUT_EXECUTABLES)/linker
mkdir -p $(TARGET_OUT_DATA)/local/tmp
cp $(TARGET_OUT_EXECUTABLES)/linker /system/bin
cp $(TARGET_OUT_EXECUTABLES)/sh /system/bin
ANDROID_DATA=$(TARGET_OUT_DATA) \
ANDROID_ROOT=$(TARGET_OUT) \
EXTERNAL_STORAGE=$(TARGET_OUT_DATA)/local/tmp \