Published Devices Client tool release: 1.1.0

This commit is contained in:
Buildbot
2020-10-06 00:51:14 +00:00
parent 62f0340b4e
commit e2bc2061f8
13 changed files with 1022 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2018 Google LLC. All rights reserved.
# Desciption:
# JTS interfaces.
package(
default_visibility = ["//visibility:public"],
)
java_library(
name = "interfaces",
srcs = glob(["*.java"]),
deps = [
"//google/chrome/widevine/contentpartners/v1beta1:published_devices_java_proto",
"@com_google_protobuf//:protobuf_java",
"@apache_httpcore//:org_apache_httpcomponents_httpcore",
],
)