mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
lib/oe/elf: Add Android OS to machine_dict
Add entries for Android to the mappings. (From OE-Core rev: 2cec34178d6e5864c5d6280532a77cfb9cb255ea) Signed-off-by: Hsia-Jun Li <randy.li@synaptics.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0268e0d4f
commit
fffaf55d03
@@ -61,6 +61,14 @@ def machine_dict(d):
|
||||
"microblaze": (189, 0, 0, False, 32),
|
||||
"microblazeel":(189, 0, 0, True, 32),
|
||||
},
|
||||
"linux-android" : {
|
||||
"aarch64" : (183, 0, 0, True, 64),
|
||||
"i686": ( 3, 0, 0, True, 32),
|
||||
"x86_64": (62, 0, 0, True, 64),
|
||||
},
|
||||
"linux-androideabi" : {
|
||||
"arm" : (40, 97, 0, True, 32),
|
||||
},
|
||||
"linux-musl" : {
|
||||
"aarch64" : (183, 0, 0, True, 64),
|
||||
"aarch64_be" :(183, 0, 0, False, 64),
|
||||
|
||||
Reference in New Issue
Block a user