Merge "Unit tests: Compile only on \'eng\' builds."
am: 42a53e0c2a
* commit '42a53e0c2a46ae8ef44849c8bfb023abd00fd1b7':
Unit tests: Compile only on 'eng' builds.
This commit is contained in:
commit
0995795e1f
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue