Merge "crash_reporter_tests: Compile only on 'eng' builds."

This commit is contained in:
Jorge Lucangeli Obes 2016-02-04 22:00:25 +00:00 committed by Gerrit Code Review
commit a7d277796f
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ include $(CLEAR_VARS)
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 \