aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-04-26 14:32:34 -0700
committerDan Albert <danalbert@google.com>2016-04-26 14:32:34 -0700
commit49f2bfa9244e656ffe3e70c66911f5cde4c1157b (patch)
treea75349206cb2aa637215e4033358577f4ce036f7
parentedbd10348f7260d429b36e971e0d02da8a7378a4 (diff)
downloadgtest-49f2bfa9244e656ffe3e70c66911f5cde4c1157b.tar.gz
Allow libgtest_prod on Windows.
Change-Id: I4c0a09c4635b22d3f51509087671f1d9a92500b8
-rw-r--r--src/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Android.mk b/src/Android.mk
index 7d502c3..83deaa9 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -239,4 +239,5 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libgtest_prod
LOCAL_EXPORT_C_INCLUDE_DIRS := $(libgtest_export_include_dirs)
+LOCAL_MODULE_HOST_OS := darwin linux windows
include $(BUILD_HOST_STATIC_LIBRARY)