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:
Ramji Chandramouli
2019-02-01 09:52:19 -08:00
parent 1a4cad05a2
commit 356eec9f32
15 changed files with 711 additions and 27 deletions

View File

@@ -35,5 +35,8 @@ cc_binary(
cc_binary(
name = "wvpl_cas_proxy_session_example",
srcs = ["wvpl_cas_proxy_session_example.cc"],
deps = ["//media_cas_proxy_sdk/external/common/wvpl:wvpl_cas_proxy_session"],
deps = [
"//media_cas_proxy_sdk/external/common/wvpl:wvpl_cas_proxy_environment",
"//media_cas_proxy_sdk/external/common/wvpl:wvpl_cas_proxy_session",
],
)