From a1cecc0002f20c259bfc7dcd5cb5cd2c162560c1 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 4 Jan 2019 17:24:52 +0000 Subject: fw/workload: Add "support_versions" attribute to workloads Allow for specifying a list of supported APK versions for a workload. If a specific version is no specified then attempt to a resolve any valid version for the workload. --- doc/source/api/workload.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/api/workload.rst') diff --git a/doc/source/api/workload.rst b/doc/source/api/workload.rst index 468516b8..f1494f5c 100644 --- a/doc/source/api/workload.rst +++ b/doc/source/api/workload.rst @@ -178,6 +178,11 @@ methods. locations) and device will be searched for an application with a matching package name. +``supported_versions`` + This attribute should be a list of apk versions that are suitable for this + workload, if a specific apk version is not specified then any available + supported version may be chosen. + ``view`` This is the "view" associated with the application. This is used by instruments like ``fps`` to monitor the current framerate being generated by -- cgit v1.2.3