Skip to content

Commit

Permalink
Update to latest common repo.
Browse files Browse the repository at this point in the history
Bug: 392597555
Change-Id: Ia5a1e893a673b055f39c4c6bb8ba014b29e050a2
GitOrigin-RevId: 7efa44b5c6e3ad99e2b63846e670f3c907dbf3a7
  • Loading branch information
bjschnei authored and copybara-github committed Jan 27, 2025
1 parent 4932c30 commit 402ebdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ python_register_toolchains("//builders/bazel")

http_archive(
name = "google_privacysandbox_servers_common",
# commit 99c60f3 2025-01-15
sha256 = "9d404c7415c8dece0c0474bca5cfcd02f6dadba425a2e75607cacad71c8d28bb",
strip_prefix = "data-plane-shared-libraries-99c60f38ff433977157b6cf9a4bfda09d6d6abd5",
# commit 003ce22 2025-01-24
sha256 = "bba7acd041c86648f22a1012003abe42aa644da4ad218bcfe5be658bce356534",
strip_prefix = "data-plane-shared-libraries-003ce22ce9e4691ce4e3ebed41d7922539d46ab5",
urls = [
"https://github.com/privacysandbox/data-plane-shared-libraries/archive/99c60f38ff433977157b6cf9a4bfda09d6d6abd5.zip",
"https://github.com/privacysandbox/data-plane-shared-libraries/archive/003ce22ce9e4691ce4e3ebed41d7922539d46ab5.zip",
],
)

Expand Down
4 changes: 2 additions & 2 deletions components/udf/udf_client_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ class UdfClientTest : public ::testing::Test {
kExampleConsentedDebugToken);
const std::string telemetry_config_str = R"pb(
mode: PROD
custom_metric {
custom_udf_metric {
name: "m_1"
description: "log metric 1"
lower_bound: 1
upper_bound: 10
}
custom_metric {
custom_udf_metric {
name: "m_2"
description: "log metric 2"
lower_bound: 1
Expand Down

0 comments on commit 402ebdc

Please sign in to comment.