aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2023-10-31 18:56:55 +0000
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2024-01-29 13:58:44 -0800
commitf0214b163b8ba105fa54ebe947ec36fbaeb621ee (patch)
tree981145823db87c08a59700f45e83142e2160d39c
parenta20a5df162992908b166644f4d5b7dad96b4cdfd (diff)
downloadlibavc-f0214b163b8ba105fa54ebe947ec36fbaeb621ee.tar.gz
Use media file zip from dl.google.com
Bug: 308464572 Test: atest AvcEncTest Change-Id: I20387647c54e665e5b632ac0e791e259ddb519ff
-rw-r--r--tests/DynamicConfig.xml2
-rw-r--r--tests/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/DynamicConfig.xml b/tests/DynamicConfig.xml
index 4d721cf..d67e15d 100644
--- a/tests/DynamicConfig.xml
+++ b/tests/DynamicConfig.xml
@@ -15,6 +15,6 @@
<dynamicConfig>
<entry key="media_files_url">
- <value>https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip</value>
+ <value>https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip</value>
</entry>
</dynamicConfig>
diff --git a/tests/README.md b/tests/README.md
index 7832d5a..b6d1d63 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -35,7 +35,7 @@ Optionally, enable sanitizers by passing -DSANITIZE
$ make
```
-The media files for the tests are present [at](https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip).
+The media files for the tests are present [at](https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip).
Download and extract these the current folder.
usage: AvcEncTest -P \<path_to_the local folder\>
@@ -61,7 +61,7 @@ To test 32-bit binary push binaries from nativetest.
adb push ${OUT}/data/nativetest/AvcEncTest/AvcEncTest /data/local/tmp/
```
-The resource file for the tests is taken from [here](https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip)
+The resource file for the tests is taken from [here](https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip)
Download, unzip and push these files into device for testing.