diff options
author | Scott James Remnant <keybuk@google.com> | 2015-09-28 14:42:17 -0700 |
---|---|---|
committer | Scott James Remnant <keybuk@google.com> | 2015-09-28 15:12:30 -0700 |
commit | 7c5d693fe94f421e54ca58720e61f1db341dbb16 (patch) | |
tree | 8589c663674deaa2c61e51f95c703ad8ba362e53 /metricsd | |
parent | e6a7a2cb26bf4d74c98b187284c9d905f5cde773 (diff) | |
download | core-7c5d693fe94f421e54ca58720e61f1db341dbb16.tar.gz core-7c5d693fe94f421e54ca58720e61f1db341dbb16.tar.bz2 core-7c5d693fe94f421e54ca58720e61f1db341dbb16.zip |
metricsd: build on non-Linux hosts
Bug: 24073089
Change-Id: I94f12f0e30d150348429a959b7bd1c869f766603
Diffstat (limited to 'metricsd')
-rw-r--r-- | metricsd/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/metricsd/Android.mk b/metricsd/Android.mk index 33446e9cf..03b5739c0 100644 --- a/metricsd/Android.mk +++ b/metricsd/Android.mk @@ -14,8 +14,6 @@ LOCAL_PATH := $(call my-dir) -ifeq ($(HOST_OS),linux) - metrics_cpp_extension := .cc libmetrics_sources := \ c_metrics_library.cc \ @@ -164,5 +162,3 @@ LOCAL_SRC_FILES := $(metrics_tests_sources) LOCAL_STATIC_LIBRARIES := libBionicGtestMain libgmock metrics_daemon_protos include $(BUILD_NATIVE_TEST) - -endif # HOST_OS == linux |