From 4b178665107a8b854ef2b8cae147a6cd92139ff9 Mon Sep 17 00:00:00 2001 From: Steve Fung <stevefung@google.com> Date: Tue, 13 Oct 2015 14:28:37 -0700 Subject: [PATCH] Update product config with BRILLO_PRODUCT_ID The new method of setting the product ID is to set the BRILLO_PRODUCT_ID field, which sets the /etc/os-release.d file. Change-Id: I13db71b0765006b06d0d2e06716342efd937c266 --- ledflasher.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ledflasher.mk b/ledflasher.mk index bccae42..383bbb6 100644 --- a/ledflasher.mk +++ b/ledflasher.mk @@ -31,9 +31,10 @@ PRODUCT_COPY_FILES += \ BOARD_SEPOLICY_DIRS := $(BOARD_SEPOLICY_DIRS) $(LOCAL_PATH)/sepolicy +BRILLO_PRODUCT_ID := developer-boards:brillo-starter-board-qualcomm + # Adds some product specific properties. # * ro.product.build_target_id is the id of this project, used by the backends # to route metrics/crash reports to the right customer. PRODUCT_PROPERTY_OVERRIDES += \ - ro.product.product_id=developer-boards:brillo-starter-board-qualcomm \ crash_reporter.server=https://clients2.google.com/bc/report \ -- GitLab