Merge "crash_reporter_tests: Compile only on \'eng\' builds." am: a7d277796f
am: f3cf9b465e
* commit 'f3cf9b465e4720573f631d0257c2ee4e57991093':
crash_reporter_tests: Compile only on 'eng' builds.
diff --git a/crash_reporter/Android.mk b/crash_reporter/Android.mk
index fa564b2..ce9dc73 100644
--- a/crash_reporter/Android.mk
+++ b/crash_reporter/Android.mk
@@ -136,7 +136,7 @@
LOCAL_MODULE := crash_reporter_tests
LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
ifdef BRILLO
-LOCAL_MODULE_TAGS := debug
+LOCAL_MODULE_TAGS := eng
endif
LOCAL_SHARED_LIBRARIES := libchrome \
libbrillo \