Adds --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=1" to 'bazel build' command in moe_test.sh.

This flag also added to
[]
and
[]

-------------
CASDrmLicenseRequest at the proxy.

-------------
CAS Proxy SDK version update to 1.1.2.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=231988012
This commit is contained in:
Widevine Buildbot
2019-02-01 22:25:40 +00:00
parent 7828871b66
commit 475dd69f95
11 changed files with 267 additions and 8 deletions

View File

@@ -33,6 +33,8 @@ proto_library(
"verified_media_pipeline.proto",
"widevine_pssh.proto",
"license_services.proto",
"media_cas_encryption.proto",
"media_cas_license.proto",
],
)
@@ -241,3 +243,29 @@ java_proto_library(
name = "widevine_pssh_java_proto",
deps = [":widevine_pssh_proto_base"],
)
proto_library(
name = "media_cas_license_proto_base",
srcs = ["media_cas_license.proto"],
deps = [
":license_protocol_proto_base",
":license_server_sdk_proto_base",
":errors_proto_base",
":media_cas_encryption_proto_base",
],
)
cc_proto_library(
name = "media_cas_license_proto",
deps = [":media_cas_license_proto_base"],
)
proto_library(
name = "media_cas_encryption_proto_base",
srcs = ["media_cas_encryption.proto"],
)
cc_proto_library(
name = "media_cas_encryption_proto",
deps = [":media_cas_encryption_proto_base"],
)