Merge "Unit tests: Compile only on \'eng\' builds." am: 42a53e0c2a
am: 0995795e1f
* commit '0995795e1f257eca86266ed656fe57a634bc0694':
Unit tests: Compile only on 'eng' builds.
This commit is contained in:
commit
ce67d85339
|
@ -200,7 +200,7 @@ 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
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
endif
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
|
@ -218,7 +218,7 @@ LOCAL_SRC_FILES := $(metrics_collector_tests_sources) \
|
|||
LOCAL_STATIC_LIBRARIES := libBionicGtestMain libgmock metricsd_binder_proxy \
|
||||
$(metrics_collector_static_libraries)
|
||||
ifdef BRILLO
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
endif
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
|
|
Loading…
Reference in New Issue