Skip to content

Commit dfdc447

Browse files
committed
Add visibility to AttestationKeyCertificate proto
This change adds implementation visibility to attestation_key_cc_proto rule. PiperOrigin-RevId: 263877985 Change-Id: I77ba9ef225fef213d152f2b2ed00f001d78e5e65
1 parent 0f65286 commit dfdc447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asylo/identity/sgx/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ cc_proto_library(
9797
proto_library(
9898
name = "attestation_key_certificate_proto",
9999
srcs = ["attestation_key_certificate.proto"],
100+
visibility = ["//asylo:implementation"],
100101
deps = [
101102
":platform_provisioning_proto",
102103
"//asylo/crypto:keys_proto",
@@ -105,6 +106,7 @@ proto_library(
105106

106107
cc_proto_library(
107108
name = "attestation_key_certificate_cc_proto",
109+
visibility = ["//asylo:implementation"],
108110
deps = [":attestation_key_certificate_proto"],
109111
)
110112

0 commit comments

Comments
 (0)