Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14e61ffe authored by Scott James Remnant's avatar Scott James Remnant Committed by Android Git Automerger
Browse files

am b4f47a30: Merge "metricsd: build on non-Linux hosts"

* commit 'b4f47a30':
  metricsd: build on non-Linux hosts
parents f4a0dc56 b4f47a30
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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