This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
I'm discussing with Google engineers about adding a .note.ABI-tag to Android binaries, and extending the note format to allow identifying an Android application.
os_variant: 1 android_api: 15
I arbitrarily chose os_variant = 1 to mean Android.
So the idea is that if desc size is>= 20, then the fifth 32-bit word will be examined. If it is 1, then this is an Android ELF file. The sixth word will then tell you the API level the application expects.
Cheers Nick
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |