aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.