Skip to content

Commit

Permalink
Use media file zip from dl.google.com
Browse files Browse the repository at this point in the history
Bug: 308464572
Test: atest AvcEncTest

Change-Id: I20387647c54e665e5b632ac0e791e259ddb519ff
  • Loading branch information
harishdm committed Jan 29, 2024
1 parent a20a5df commit f0214b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/DynamicConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\>
Expand All @@ -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.

Expand Down

0 comments on commit f0214b1

Please sign in to comment.