1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00

Deprecating apk_version instrument.

This commit is contained in:
Sergei Trofimov 2016-04-14 11:33:54 +01:00
parent 48259d872b
commit 82e4998092

View File

@ -231,7 +231,13 @@ class ApkVersion(Instrument):
name = 'apk_version'
description = """
Extracts APK versions for workloads that have them.
(DEPRECATED) Extracts APK versions for workloads that have them.
This instrument is deprecated and should not be used. It will be removed in
future versions of Workload Automation.
Versions of Android packages are now automatically attached to the results as
"apk_version" classfiers.
"""