| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # This file is used to limit visibility to Pigweed modules. | |
| # Modules may only be added to this file after OSRB approval. | |
| # Clients may only be added to visibility lists after OSRB approval. | |
| source_set("pw_string") { | |
| public_deps = [ "src/pw_string" ] | |
| visibility = [ "//src/connectivity/bluetooth/core/bt-host/*" ] | |
| } |