What is the "other toolchain"? For general usage, I would expect libraries built using the Android toolchain only to be compatible. For advanced users, I am sure one could build a compatible toolchain, build the library, and then use it.
-Ravi On Mar 10, 12:55 am, Andy Quan <[email protected]> wrote: > Actually, I am going to integrate an OMX core generated by other tool chain > into OpenCORE 2.0. As "dlopen" is required from 2.0, I need it to be a > dynamic lib on the board. Is it a must that I use google's tool chain to > generate dynamic lib instead of my local tool chain? As I find system.img is > successfully generated by not sure if it is working. > > > > On Tue, Mar 10, 2009 at 1:52 PM, Andy Quan <[email protected]> wrote: > > Ravi, > > Does this mean that whatever tools we use to generate static libs, we > > should always convert it into dynamic libs or build it into dynamic libs by > > google's tool chain ONLY? Otherwise even if system.img is successfully > > generated, we may still fail in running? > > > On Tue, Mar 10, 2009 at 1:15 PM, rktb <[email protected]> wrote: > > >> Please refer this thread about prebuilt libraries. > > >>http://groups.google.com/group/android-framework/browse_thread/thread... > > >> -Ravi > > >> On Mar 10, 12:07 am, Andy Quan <[email protected]> wrote: > >> > Hi all, > >> > I may have a stupid question here about how to link a prebuilt *.so into > >> > another local building *.so inside android. > > >> > I use "call add-prebuilt-files, SHARED_LIBRARIES, xx.so" to push my > >> prebuilt > >> > dynamic lib and link it with "LOCAL_SHARED_LIBRARIES += xx". The problem > >> is > >> > that it eventually searches inside $(out)/obj/lib instead of > >> > $(out)/obj/SHARED_LIBRARIES and simply can not find the pushed file. How > >> can > >> > I solve this problem? Thank you so much! > > >> > -- > >> > Thanks, > >> > Andy > > > -- > > Thanks, > > Andy > > -- > Thanks, > Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
