From afd939505e1b8890524004488a0e2255e9ce3010 Mon Sep 17 00:00:00 2001 From: Steve Fung <stevefung@google.com> Date: Fri, 16 Oct 2015 02:23:25 -0700 Subject: [PATCH] crash_reporter: Change the crash server url to an os-release.d field Bug: 24989289 Change-Id: Ib90e4a8e27d946c6330b60cd6de432d25adef05e --- ledflasher.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ledflasher.mk b/ledflasher.mk index 4b4919f..f23c166 100644 --- a/ledflasher.mk +++ b/ledflasher.mk @@ -35,6 +35,5 @@ BOARD_SEPOLICY_DIRS := $(BOARD_SEPOLICY_DIRS) $(LOCAL_PATH)/sepolicy # metrics/crash reports to the right customer. BRILLO_PRODUCT_ID := developer-boards:brillo-starter-board-qualcomm -# Adds some product specific properties. -PRODUCT_PROPERTY_OVERRIDES += \ - crash_reporter.server=https://clients2.google.com/bc/report \ +# Set the crash server URL. +BRILLO_CRASH_SERVER := https://clients2.google.com/bc/report -- GitLab