summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Qiu <zqiu@google.com>2015-10-02 14:29:44 -0700
committerPeter Qiu <zqiu@google.com>2015-10-02 14:29:44 -0700
commitd9abe95315d15d2acef2f88d3b0663fa3f9177c9 (patch)
tree93eb2f6aaaf682ff0ed7e7b6e6bb437f6438c102
parentd684bb0823c61e48c7001a3d208e4a04b212f496 (diff)
downloadapmanager-d9abe95315d15d2acef2f88d3b0663fa3f9177c9.tar.gz
apmanger: build on non-Linux hosts
Bug: None Change-Id: I28500105c27014c7bfd490bfa84faf83bc5580d1
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 0f212aa..c84dd5f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -44,8 +44,6 @@ define apmanager_common
-Wno-missing-field-initializers
endef
-ifeq ($(HOST_OS),linux)
-
# === libapmanager-client (shared library) ===
include $(CLEAR_VARS)
LOCAL_MODULE := libapmanager-client
@@ -122,5 +120,3 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := libapmanager libgmock
$(eval $(apmanager_common))
include $(BUILD_NATIVE_TEST)
-
-endif # HOST_OS == linux