Skip to content

Commit

Permalink
crash_reporter_tests: Compile only on 'eng' builds.
Browse files Browse the repository at this point in the history
Bug: 26967770
Change-Id: I2bebd3da5f0d845edec24279c160d9cc62577210
  • Loading branch information
jlucangelio committed Feb 4, 2016
1 parent 11aebd8 commit 512d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crash_reporter/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 512d677

Please sign in to comment.