mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 13:40:48 +00:00
ABI_MAP: Adds 'armeabi-v7a' to mapping
This commit is contained in:
parent
98fb2e2306
commit
02c93b48ab
@ -41,7 +41,7 @@ from devlib.exception import HostError, TimeoutError
|
||||
|
||||
# ABI --> architectures list
|
||||
ABI_MAP = {
|
||||
'armeabi': ['armeabi', 'armv7', 'armv7l', 'armv7el', 'armv7lh'],
|
||||
'armeabi': ['armeabi', 'armv7', 'armv7l', 'armv7el', 'armv7lh', 'armeabi-v7a'],
|
||||
'arm64': ['arm64', 'armv8', 'arm64-v8a', 'aarch64'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user