aboutsummaryrefslogtreecommitdiff
path: root/pw_polyfill
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2021-01-19 16:50:04 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-01-22 17:39:04 +0000
commit97a068cad26ff0b897e5cff974ddb477cc681817 (patch)
treef7bab42bb0da23ce34dd0fe925897387949be713 /pw_polyfill
parent383be0590402c63cfd3727e9f4f02efa379ce8d7 (diff)
downloadpigweed-97a068cad26ff0b897e5cff974ddb477cc681817.tar.gz
pw_span: Restrict visibility
Restrict visibility of pw_span since it is provided by pw_polyfill. Change-Id: I268b0e5f6eb302d9fd27f3187643814b68ce7318 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/30044 Commit-Queue: Wyatt Hepler <hepler@google.com> Reviewed-by: Ewout van Bekkum <ewout@google.com>
Diffstat (limited to 'pw_polyfill')
-rw-r--r--pw_polyfill/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_polyfill/BUILD.gn b/pw_polyfill/BUILD.gn
index ff9f4db5e..b173e066b 100644
--- a/pw_polyfill/BUILD.gn
+++ b/pw_polyfill/BUILD.gn
@@ -50,7 +50,7 @@ pw_source_set("overrides") {
remove_public_deps = [ "*" ]
public_deps = [
":standard_library",
- "$dir_pw_span",
+ "$dir_pw_span:polyfill",
]
inputs = [
"public_overrides/array",