1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

Adding arm64-v8a to ABI map

This commit is contained in:
Sergei Trofimov 2015-06-29 09:20:50 +01:00
parent c09972e7a8
commit 26dee81164

View File

@ -46,7 +46,7 @@ from dateutil import tz
# ABI --> architectures list
ABI_MAP = {
'armeabi': ['armeabi', 'armv7', 'armv7l', 'armv7el', 'armv7lh'],
'arm64': ['arm64', 'armv8'],
'arm64': ['arm64', 'armv8', 'arm64-v8a'],
}