aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/tests/Android.mk
blob: 04917f495586291bb47fde36d718574eaa45311f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This directory contains various host tests to be used with the emulator
# NOTE: Most of these are only built and run on Linux.

LOCAL_PATH := $(call my-dir)

# The test-qemud-pipes program is used to check the execution of QEMUD Pipes
# See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
#
ifeq ($(HOST_OS),XXXXlinux)

include $(CLEAR_VARS)
LOCAL_MODULE     := test-qemud-pipes
LOCAL_SRC_FILES  := test-qemud-pipes.c
LOCAL_MODULE_TAGS := debug
include $(BUILD_HOST_EXECUTABLE)

endif # HOST_OS == linux