> Any reasons why fastboot is linked againt the bundled libraries of
> android?

Those libraries (e.g. liblog, libutils) are used by Android SDK only and not 
for general use, and due to their generic SONAME it would be unwise to put them 
in `/usr/lib`, so we put them in a dedicated directory.

> Please link against the system libraries.

What do you mean? `fastboot` and all other Android SDK components use the 
system libraries, for example `glibc` and `pthread`.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to