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

* commit 'f71590ffbc5b611a7c45fcddc7db3c1915fe3cd5':
  metricsd: Only define the targets on linux.
This commit is contained in:
Bertrand Simonnet 2015-08-11 18:58:48 +00:00 committed by Android Git Automerger
commit e6a1dff215

View file

@ -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