mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 11:58:55 +00:00
AndroidWorkload: Removal of explicit parameter setting
'exact_abi' was being explicitly set without proper checking, however this should already be taken care of in the supers automagic parameter setting.
This commit is contained in:
parent
6737fda24e
commit
4730ac2989
@ -205,7 +205,6 @@ class ApkWorkload(Workload):
|
||||
self.apk_version = None
|
||||
self.logcat_log = None
|
||||
self.exact_apk_version = None
|
||||
self.exact_abi = kwargs.get('exact_abi')
|
||||
|
||||
def setup(self, context): # pylint: disable=too-many-branches
|
||||
Workload.setup(self, context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user