Merge "crash_reporter: Add unit tests to debug builds"

This commit is contained in:
Steve Fung 2016-01-21 04:43:23 +00:00 committed by Gerrit Code Review
commit b4cf452aad

View file

@ -135,6 +135,9 @@ include $(BUILD_PREBUILT)
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 \