Signed-off-by: Hsia-Jun Li <randy...@synaptics.com> --- meta/lib/oe/elf.py | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/meta/lib/oe/elf.py b/meta/lib/oe/elf.py index df0a459..46c884a 100644 --- a/meta/lib/oe/elf.py +++ b/meta/lib/oe/elf.py @@ -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), -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#155013): https://lists.openembedded.org/g/openembedded-core/message/155013 Mute This Topic: https://lists.openembedded.org/mt/85015463/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-