summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2015-08-27 10:25:10 -0700
committerBertrand SIMONNET <bsimonnet@google.com>2015-08-27 12:43:48 -0700
commit8a26f0a3f32a3a1f9a46a4d4a382ef57be9ff0a3 (patch)
tree2f1d85d6369983e1b4ca483c15183c4fddd467a0
parentd77615c01bf1ecabab6c03a9e2f948047345da54 (diff)
downloadexample-ledflasher-8a26f0a3f32a3a1f9a46a4d4a382ef57be9ff0a3.tar.gz
Add a build target id.
This sets ro.product.build_target_id (value generated from the devportal). This allows the backends to route metrics reports and crash reports to the right buckets and make them available to the right customer. BUG: 22879642 Change-Id: I73b09d89bbe952c92d40070e0ae71f7c6a2dd57f
-rw-r--r--ledflasher.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/ledflasher.mk b/ledflasher.mk
index 45f0bc1..95a36ac 100644
--- a/ledflasher.mk
+++ b/ledflasher.mk
@@ -30,3 +30,9 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/weaved.conf:system/etc/weaved/weaved.conf
BOARD_SEPOLICY_DIRS := $(BOARD_SEPOLICY_DIRS) $(LOCAL_PATH)/sepolicy
+
+# 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.build_target_id=1e907a50-b09f-4910-a73f-37cd18a4007b \