metricsd: build on non-Linux hosts
Bug: 24073089 Change-Id: I94f12f0e30d150348429a959b7bd1c869f766603
This commit is contained in:
parent
e6a7a2cb26
commit
7c5d693fe9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue