mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Removing hard-coded abi from generic_linux devices
ABI should be read from the target device as with other Device interfaces. This must be a holdover from before this was being done.
This commit is contained in:
		| @@ -29,7 +29,6 @@ class GenericDevice(LinuxDevice): | ||||
|  | ||||
|     """ | ||||
|  | ||||
|     abi = 'armeabi' | ||||
|     has_gpu = True | ||||
|  | ||||
|     parameters = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user