mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
workloads/exoplayer: Update supported versions
Adds '2.5' and '2.6' to the supported versions of the workload.
This commit is contained in:
parent
5f1145a41f
commit
fbf1bbb1cf
@ -69,7 +69,7 @@ class ExoPlayer(ApkWorkload):
|
|||||||
video_directory = os.path.join(settings.dependencies_directory, name)
|
video_directory = os.path.join(settings.dependencies_directory, name)
|
||||||
|
|
||||||
package_names = ['com.google.android.exoplayer2.demo']
|
package_names = ['com.google.android.exoplayer2.demo']
|
||||||
versions = ['2.4.0']
|
versions = ['2.4', '2.5', '2.6']
|
||||||
action = 'com.google.android.exoplayer.demo.action.VIEW'
|
action = 'com.google.android.exoplayer.demo.action.VIEW'
|
||||||
default_format = 'mov_720p'
|
default_format = 'mov_720p'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user