commit | 38ff499b32bffb56737c97cb3589e720f0240aae | [log] [tgz] |
---|---|---|
author | Steve Fung <stevefung@google.com> | Thu Jan 21 04:43:23 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 21 04:43:23 2016 +0000 |
tree | 316e075d9533750527df1cd939f28047aa20e7c6 | |
parent | dae577897cc8cff852c4070811803e0c076509bc [diff] | |
parent | 8e0efad7425ba37e6cbd03f45c630270c443b46c [diff] |
Merge "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 \