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

Commit 0377490a authored by Jorge Lucangeli Obes's avatar Jorge Lucangeli Obes Committed by Android Git Automerger
Browse files

am f4a0dc56: am e6a7a2cb: Merge "Simplify Makefile for crash_reporter."

* commit 'f4a0dc56':
  Simplify Makefile for crash_reporter.
parents 8b40de57 f4a0dc56
Loading
Loading
Loading
Loading
+2 −13
Original line number Original line Diff line number Diff line
@@ -62,8 +62,8 @@ LOCAL_C_INCLUDES := $(crash_reporter_includes)
LOCAL_REQUIRED_MODULES := core2md \
LOCAL_REQUIRED_MODULES := core2md \
    crash_reporter_logs.conf \
    crash_reporter_logs.conf \
    crash_sender \
    crash_sender \
    dbus-send \
    dbus-send
    init.crash_reporter.rc
LOCAL_INIT_RC := crash_reporter.rc
LOCAL_RTTI_FLAG := -frtti
LOCAL_RTTI_FLAG := -frtti
LOCAL_SHARED_LIBRARIES := libchrome \
LOCAL_SHARED_LIBRARIES := libchrome \
    libchromeos \
    libchromeos \
@@ -94,17 +94,6 @@ LOCAL_SHARED_LIBRARIES := libmetrics
LOCAL_SRC_FILES := $(warn_collector_src)
LOCAL_SRC_FILES := $(warn_collector_src)
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)


# Crash reporter init script.
# ========================================================
ifdef TARGET_COPY_OUT_INITRCD
include $(CLEAR_VARS)
LOCAL_MODULE := init.crash_reporter.rc
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/$(TARGET_COPY_OUT_INITRCD)
LOCAL_SRC_FILES := init.crash_reporter.rc
include $(BUILD_PREBUILT)
endif

# Crash reporter logs conf file.
# Crash reporter logs conf file.
# ========================================================
# ========================================================
include $(CLEAR_VARS)
include $(CLEAR_VARS)