Expose Encryption to nearby/presence

PiperOrigin-RevId: 461239780
This commit is contained in:
hai007
2022-07-15 14:37:17 -07:00
committed by Copybara-Service
parent 859a0ecb27
commit ddcef2c67a
+3
View File
@@ -84,6 +84,9 @@ cc_library(
name = "encryption",
srcs = ["encryption.cc"],
hdrs = ["encryption.h"],
visibility = [
"//third_party/nearby/presence:__subpackages__",
],
deps = [
"//internal/platform:logging",
"//third_party/tink/cc/subtle",