aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2024-01-29 22:16:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-29 22:16:36 +0000
commit03cdf8cff344b33c82dafecc8dc2438b3d69b6b9 (patch)
treee5f91e42d43f1f456158c8a647e98c8c6cfe3873
parent9997cda2aa0a3301fb435035f84a3a5cedb58e83 (diff)
parent6f5498bd83477311034e5567799e0e42c1a92d7a (diff)
downloadlibavc-03cdf8cff344b33c82dafecc8dc2438b3d69b6b9.tar.gz
Use media file zip from dl.google.com am: 6f5498bd83
Original change: https://android-review.googlesource.com/c/platform/external/libavc/+/2812954 Change-Id: I150cd823c51f622130da382072fa782f622765ef Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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.