aboutsummaryrefslogtreecommitdiff
path: root/seed
diff options
context:
space:
mode:
authorJiacheng Lu <lujc@google.com>2024-01-23 17:40:20 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-01-23 17:40:20 +0000
commit3791673ad2de05eb0584fbaf144255e31a2d4127 (patch)
tree188115495c9e97c240106f7fff7f2861b5c54cea /seed
parentacad2170df4937c509fe2cd7337a47627a783596 (diff)
downloadpigweed-3791673ad2de05eb0584fbaf144255e31a2d4127.tar.gz
SEED-0124: Claim SEED number
Change-Id: If396884dc161f16a32885cd69e151809c3ada585 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/188671 Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Jiacheng Lu <lujc@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'seed')
-rw-r--r--seed/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/seed/BUILD.gn b/seed/BUILD.gn
index 044e7fc93..ede3a9a1f 100644
--- a/seed/BUILD.gn
+++ b/seed/BUILD.gn
@@ -212,6 +212,14 @@ pw_seed("0123") {
facilitator = "Armando Montanez"
}
+pw_seed("0124") {
+ changelist = 188670
+ title = "Interfaces for Retrieving Size Information from Multisink"
+ status = "Draft"
+ author = "Jiacheng Lu"
+ facilitator = "Carlos Chinchilla"
+}
+
# This must be defined after all `pw_seed` targets, as it relies on information
# exposed by them.
pw_seed_index("seeds") {
@@ -242,5 +250,6 @@ pw_seed_index("seeds") {
":0121",
":0122",
":0123",
+ ":0124",
]
}