Merge "metrics_collector: Fix build of tests"

am: 89faffc066

* commit '89faffc066ec77f06ce1e8772160ce5ccd4aff68':
  metrics_collector: Fix build of tests
This commit is contained in:
Todd Poynor 2016-01-06 01:36:31 +00:00 committed by android-build-merger
commit 0261ae4bb5
1 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ metrics_collector_common := \
collectors/cpu_usage_collector.cc \
collectors/disk_usage_collector.cc \
metrics_collector.cc \
metrics_collector_service_impl.cc \
persistent_integer.cc
metricsd_common := \
@ -165,8 +166,7 @@ LOCAL_INIT_RC := metrics_collector.rc
LOCAL_REQUIRED_MODULES := metrics.json
LOCAL_SHARED_LIBRARIES := $(metrics_collector_shared_libraries)
LOCAL_SRC_FILES := $(metrics_collector_common) \
metrics_collector_main.cc \
metrics_collector_service_impl.cc
metrics_collector_main.cc
LOCAL_STATIC_LIBRARIES := metricsd_binder_proxy \
$(metrics_collector_static_libraries)
include $(BUILD_EXECUTABLE)