BUILD.bazel (tink-1.6.0) | : | BUILD.bazel (tink-1.6.1) | ||
---|---|---|---|---|
load("//tools:gen_maven_jar_rules.bzl", "gen_maven_jar_rules") | load("//tools:gen_maven_jar_rules.bzl", "gen_maven_jar_rules") | |||
load("@tink_base//tools:common.bzl", "check_deps") | ||||
package(default_visibility = ["//visibility:public"]) | package(default_visibility = ["//visibility:public"]) | |||
licenses(["notice"]) | licenses(["notice"]) | |||
exports_files(["BUILD"]) | exports_files(["BUILD"]) | |||
# Maven jars. | # Maven jars. | |||
# DO NOT USE FOR ANY OTHER PURPOSES. | # DO NOT USE FOR ANY OTHER PURPOSES. | |||
skipping to change at line 370 | skipping to change at line 371 | |||
name = "tink-gcpkms", | name = "tink-gcpkms", | |||
doctitle = "Tink Cryptography API with Google Cloud KMS", | doctitle = "Tink Cryptography API with Google Cloud KMS", | |||
root_packages = [ | root_packages = [ | |||
"com.google.crypto.tink", | "com.google.crypto.tink", | |||
], | ], | |||
deps = [ | deps = [ | |||
"//src/main/java/com/google/crypto/tink/integration/gcpkms:gcp_kms_aead" , | "//src/main/java/com/google/crypto/tink/integration/gcpkms:gcp_kms_aead" , | |||
"//src/main/java/com/google/crypto/tink/integration/gcpkms:gcp_kms_clien t", | "//src/main/java/com/google/crypto/tink/integration/gcpkms:gcp_kms_clien t", | |||
], | ], | |||
) | ) | |||
# Check that tink-android depends on protobuf-lite, not the full version. | ||||
check_deps( | ||||
name = "tink-android-dep-checks", | ||||
disallowed_deps = ["@com_google_protobuf//java/core:core"], | ||||
required_deps = ["@com_google_protobuf//java/lite:lite"], | ||||
deps = [":tink-android-unshaded"], | ||||
) | ||||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |