Merge "crash_reporter: Add unit tests to debug builds" am: b4cf452aad
am: 0c422cb3f1
* commit '0c422cb3f1069812a498a91c2a8de4676228fd9a':
crash_reporter: Add unit tests to debug builds
diff --git a/crash_reporter/Android.mk b/crash_reporter/Android.mk
index 4feb72a..fa564b2 100644
--- a/crash_reporter/Android.mk
+++ b/crash_reporter/Android.mk
@@ -135,6 +135,9 @@
include $(CLEAR_VARS)
LOCAL_MODULE := crash_reporter_tests
LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
+ifdef BRILLO
+LOCAL_MODULE_TAGS := debug
+endif
LOCAL_SHARED_LIBRARIES := libchrome \
libbrillo \
libcutils \