mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	AndroidDevice: Renamed 'supported_eabis' property to 'supported_abis'
Renamed android device property from 'supported_eabis' to 'supported_abis' to be consistent with linux device. Updated dex2oat workload to use new property name.
This commit is contained in:
		@@ -223,7 +223,7 @@ class ApkWorkload(Workload):
 | 
			
		||||
            self.logger.debug("Found apk with primary abi '{}' on target device".format(target_abi))
 | 
			
		||||
 | 
			
		||||
        # Get host version, primary abi is first, and then try to find supported.
 | 
			
		||||
        for abi in self.device.supported_eabi:
 | 
			
		||||
        for abi in self.device.supported_abi:
 | 
			
		||||
            self.apk_file = context.resolver.get(ApkFile(self, abi),
 | 
			
		||||
                                                 version=getattr(self, 'version', None),
 | 
			
		||||
                                                 variant_name=getattr(self, 'variant_name', None),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user