mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix visibility rules
PiperOrigin-RevId: 485897261
This commit is contained in:
committed by
Copybara-Service
parent
180b76cf84
commit
74f7f5ec5c
@@ -36,7 +36,7 @@ java_lite_proto_library(
|
||||
cc_proto_library(
|
||||
name = "offline_wire_formats_cc_proto",
|
||||
visibility = [
|
||||
"//third_party/nearby:__subpackages__",
|
||||
"//:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":offline_wire_formats_proto",
|
||||
|
||||
@@ -13,7 +13,7 @@ licenses(["notice"])
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
package(default_visibility = ["//third_party/nearby:__subpackages__"])
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ proto_library(
|
||||
cc_proto_library(
|
||||
name = "device_metadata_cc_proto",
|
||||
visibility = [
|
||||
"//third_party/nearby:__subpackages__",
|
||||
"//:__subpackages__",
|
||||
],
|
||||
deps = [":device_metadata_proto"],
|
||||
)
|
||||
@@ -20,7 +20,7 @@ proto_library(
|
||||
cc_proto_library(
|
||||
name = "credential_cc_proto",
|
||||
visibility = [
|
||||
"//third_party/nearby:__subpackages__",
|
||||
"//:__subpackages__",
|
||||
],
|
||||
deps = [":credential_proto"],
|
||||
)
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//third_party/nearby:__subpackages__"])
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
cc_library(
|
||||
name = "presence",
|
||||
|
||||
@@ -57,7 +57,6 @@ cc_library(
|
||||
"//internal/proto:credential_cc_proto",
|
||||
"//presence:types",
|
||||
"//presence/implementation/mediums",
|
||||
"//third_party/tink/cc/subtle",
|
||||
"@boringssl//:crypto",
|
||||
"@com_google_absl//absl/container:flat_hash_map",
|
||||
"@com_google_absl//absl/random",
|
||||
@@ -70,6 +69,7 @@ cc_library(
|
||||
"@com_google_absl//absl/time",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
"@com_google_absl//absl/types:variant",
|
||||
"@com_google_tink//subtle",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "third_party/nearby/presence/implementation/np_ldt.h"
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
|
||||
// Placeholder, empty implementations of LDT utilities. They will be replaced
|
||||
// with implementations in Rust.
|
||||
|
||||
+1
-1
@@ -48,8 +48,8 @@ proto_library(
|
||||
cc_proto_library(
|
||||
name = "sharing_enums_cc_proto",
|
||||
visibility = [
|
||||
"//:__subpackages__",
|
||||
"//location/nearby/cpp/sharing:__subpackages__",
|
||||
"//third_party/nearby:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":sharing_enums_proto",
|
||||
|
||||
+1
-1
@@ -58,8 +58,8 @@ proto_library(
|
||||
cc_proto_library(
|
||||
name = "web_rtc_signaling_frames_cc_proto",
|
||||
visibility = [
|
||||
"//:__subpackages__",
|
||||
"//location/nearby/connections:__subpackages__",
|
||||
"//third_party/nearby:__subpackages__",
|
||||
],
|
||||
deps = [":web_rtc_signaling_frames_proto"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user