• Tianjie Xu's avatar
    Add a script to parse the ABI tag · b62c510f
    Tianjie Xu authored
    Add a python script to parse the elfnote. Also print out the info
    in the ABI tag including SDK-version and NDK-version.
    
    Usage: parse_elfnote.py [-h] file_path
    
    Output:
    ----------ABI INFO----------
    ABI_NOTETYPE: 1
    ABI_VENDOR: Android
    ABI_ANDROID_API: 24
    ABI_NDK_VERSION: r15-canary
    ABI_NDK_BUILD_NUMBER: P2
    
    Bug: None
    Change-Id: Ie60d4e0aaf2bf5657307813e69a3efd7474d92f8
    b62c510f
parse_elfnote.py 2.53 KB