Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 333fc5c1 authored by Steve Fung's avatar Steve Fung
Browse files

crash_reporter: Add unit tests to debug builds

Add crash_reporter_tests to debug builds, so that they can be
run by test_droid.

Bug: 26663796
Change-Id: Iddaa14ab55474875a45b0e8482bac310fbe8cff2
Test: /data/nativetest/crash_reporter_tests exists on eng build
parent 31253225
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 \