libvtswidevine: replace appspot with uat

Bug: 179093540
Test: VtsHalDrmV1_2TargetTest
Change-Id: I1f343fb977f85ca4b7bf5fbc28fbfac23fbc3f05
This commit is contained in:
Robert Shih
2021-04-05 23:30:30 -07:00
parent f1a9139879
commit 6a133bedcf

View File

@@ -89,7 +89,7 @@ namespace widevine_vts {
vector<DrmHalVTSVendorModule_V1::ContentConfiguration> configurations;
{
const string serverUrl = "http://widevine-proxy.appspot.com/proxy";
const string serverUrl = "https://proxy.uat.widevine.com/proxy";
const vector<uint8_t> initData = a2b_hex(
"00000042" // blob size
"70737368" // "pssh"
@@ -123,7 +123,7 @@ namespace widevine_vts {
// Content Configuration #2 - Allows offline playback
{
const string serverUrl = "http://widevine-proxy.appspot.com/proxy";
const string serverUrl = "https://proxy.uat.widevine.com/proxy";
const vector<uint8_t> initData = a2b_hex(
"00000042" // blob size
"70737368" // "pssh"