summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Fung <stevefung@google.com>2015-10-13 14:28:37 -0700
committerSteve Fung <stevefung@google.com>2015-10-13 14:28:37 -0700
commit4b178665107a8b854ef2b8cae147a6cd92139ff9 (patch)
tree40ea50e208271e40a559cf95db8020959ca7b8db
parent31c21b6402c7c24740a43d5bb6ffc56876a2e864 (diff)
downloadexample-ledflasher-4b178665107a8b854ef2b8cae147a6cd92139ff9.tar.gz
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
-rw-r--r--ledflasher.mk3
1 files changed, 2 insertions, 1 deletions
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 \