summaryrefslogtreecommitdiff
path: root/memory_replay
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-09-15 16:26:21 -0700
committerChristopher Ferris <cferris@google.com>2015-09-15 16:26:21 -0700
commit9deefaa9438cffab577acb8f70ad40b4df3e40d4 (patch)
tree337c3d0b6850bb8ac995f3967003586a5eae19ae /memory_replay
parent168437c1ae6cd7fcbad344582efd6a5cfe660ff0 (diff)
downloadextras-9deefaa9438cffab577acb8f70ad40b4df3e40d4.tar.gz
Fix mac build.
This disables the host code and host tests on anything but a linux system. Change-Id: I1a6396707df216e1c22de537072b10221fcc7fce
Diffstat (limited to 'memory_replay')
-rw-r--r--memory_replay/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/memory_replay/Android.mk b/memory_replay/Android.mk
index b01fa869..c550d5ea 100644
--- a/memory_replay/Android.mk
+++ b/memory_replay/Android.mk
@@ -25,6 +25,7 @@ LOCAL_SRC_FILES := $(memory_replay_src_files) main.cpp
LOCAL_CFLAGS := -Wall -Wextra -Werror
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := memory_replay
+LOCAL_MODULE_HOST_OS := linux
include $(BUILD_HOST_EXECUTABLE)
memory_replay_test_src_files := \
@@ -63,6 +64,7 @@ LOCAL_CFLAGS := -Wall -Wextra -Werror
LOCAL_C_INCLUDES := $(LOCAL_PATH)/tests
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := memory_replay_tests
+LOCAL_MODULE_HOST_OS := linux
LOCAL_SHARED_LIBRARIES := libbase