• David 'Digit' Turner's avatar
    Fix debug output in the dynamic linker. · 5c734644
    David 'Digit' Turner authored
    This provides a mini-printf implementation that reduces the
    size of the dynamic linker by 25 KB, by preventing the drag of
    formatting-related routines from the C library.
    
    Also allow traces to be sent to the log, instead of stdout.
    
    NOTE: You now need to modify Android.mk to enable/disable debug
          output.
    5c734644
linker_format.c 17.2 KB