Skip to content

Commit

Permalink
Add visibility to AttestationKeyCertificate proto
Browse files Browse the repository at this point in the history
This change adds implementation visibility to attestation_key_cc_proto
rule.

PiperOrigin-RevId: 263877985
Change-Id: I77ba9ef225fef213d152f2b2ed00f001d78e5e65
  • Loading branch information
yaozhangx committed Aug 17, 2019
1 parent 0f65286 commit dfdc447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asylo/identity/sgx/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ cc_proto_library(
proto_library(
name = "attestation_key_certificate_proto",
srcs = ["attestation_key_certificate.proto"],
visibility = ["//asylo:implementation"],
deps = [
":platform_provisioning_proto",
"//asylo/crypto:keys_proto",
Expand All @@ -105,6 +106,7 @@ proto_library(

cc_proto_library(
name = "attestation_key_certificate_cc_proto",
visibility = ["//asylo:implementation"],
deps = [":attestation_key_certificate_proto"],
)

Expand Down

0 comments on commit dfdc447

Please sign in to comment.