1# This directory contains various host tests to be used with the emulator 2# NOTE: Most of these are only built and run on Linux. 3 4LOCAL_PATH := $(call my-dir) 5 6# The test-qemud-pipes program is used to check the execution of QEMUD Pipes 7# See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details. 8# 9ifeq ($(HOST_OS),XXXXlinux) 10 11include $(CLEAR_VARS) 12LOCAL_MODULE := test-qemud-pipes 13LOCAL_SRC_FILES := test-qemud-pipes.c 14LOCAL_MODULE_TAGS := debug 15include $(BUILD_HOST_EXECUTABLE) 16 17endif # HOST_OS == linux