When linking android executables, -rpath-link needs to be set to the sysroot/usr/lib* directories. It doesn't appear --sysroot is enough. My current approach to adding the lib* directories is to grab the sysroot via the NdkHandler and then add -rpath-link arguments for each directory that begins with lib in sysroot/usr. Is there any interest in adding a method to the NdkHandler to get the lib dirs given an abi?
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
