crash_reporter_tests: Compile only on 'eng' builds.

Bug: 26967770
Change-Id: I2bebd3da5f0d845edec24279c160d9cc62577210
This commit is contained in:
Jorge Lucangeli Obes 2016-02-04 13:56:25 -08:00
parent 11aebd8c9a
commit 512d677a5e

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 \