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

Commit 83c61cab authored by Bertrand Simonnet's avatar Bertrand Simonnet Committed by Android Git Automerger
Browse files

am e6a1dff2: am f71590ff: Merge "metricsd: Only define the targets on linux."

* commit 'e6a1dff2':
  metricsd: Only define the targets on linux.
parents 438e8be0 e6a1dff2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(HOST_OS),linux)

metrics_cpp_extension := .cc
libmetrics_sources := \
  c_metrics_library.cc \
@@ -110,3 +112,5 @@ LOCAL_SHARED_LIBRARIES := $(metrics_shared_libraries) \
LOCAL_SRC_FILES := $(metrics_daemon_sources)
LOCAL_STATIC_LIBRARIES := metrics_daemon_protos
include $(BUILD_EXECUTABLE)

endif # HOST_OS == linux