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:
Hsia-Jun Li
2021-08-20 14:11:50 +08:00
committed by Richard Purdie
parent a0268e0d4f
commit fffaf55d03

View File

@@ -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),