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

Commit 30c174b7 authored by Bertrand SIMONNET's avatar Bertrand SIMONNET
Browse files

metricsd: Add tests to the default debug build.

This will allow the tests to be run by the continuous builder.

Bug: 26571398
Change-Id: I7eae2761603e83e3d1f003cb3b06582abc4ed24f
Test: Build an eng build. The tests are installed.
parent 195bbc71
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ LOCAL_CPPFLAGS := $(metrics_CPPFLAGS) -Wno-sign-compare
LOCAL_SHARED_LIBRARIES := $(metricsd_shared_libraries)
LOCAL_SRC_FILES := $(metricsd_tests_sources) $(metricsd_common)
LOCAL_STATIC_LIBRARIES := libBionicGtestMain libgmock metricsd_protos metricsd_binder_proxy
ifdef BRILLO
LOCAL_MODULE_TAGS := debug
endif
include $(BUILD_NATIVE_TEST)

# Unit tests for metrics_collector.
@@ -217,6 +220,9 @@ LOCAL_SRC_FILES := $(metrics_collector_tests_sources) \
  $(metrics_collector_common)
LOCAL_STATIC_LIBRARIES := libBionicGtestMain libgmock metricsd_binder_proxy \
  $(metrics_collector_static_libraries)
ifdef BRILLO
LOCAL_MODULE_TAGS := debug
endif
include $(BUILD_NATIVE_TEST)

# Weave schema files