Remove Brillo-specific LOCAL_MODULE_TAGS
Replaced with PRODUCT_PACKAGES_ENG in brillo_base.mk Change-Id: I66f467d95745aa6b1f3c81aa87a3f139a33dbebf
This commit is contained in:
parent
9f05901b9a
commit
4e09dd8cce
|
@ -135,9 +135,6 @@ include $(BUILD_PREBUILT)
|
|||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := crash_reporter_tests
|
||||
LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
|
||||
ifdef BRILLO
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
endif
|
||||
LOCAL_SHARED_LIBRARIES := libchrome \
|
||||
libbrillo \
|
||||
libcutils \
|
||||
|
|
|
@ -199,9 +199,6 @@ 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 := eng
|
||||
endif
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
# Unit tests for metrics_collector.
|
||||
|
@ -217,9 +214,6 @@ 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 := eng
|
||||
endif
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
# Weave schema files
|
||||
|
|
Loading…
Reference in New Issue