libomx_sharedlibrary.so was removed from the prelink map during one of the OpenCORE updates. At the same time, a change was made in OpenCORE to set the libomx_sharedlibrary.so library so that it was not prelinked during the build. I suspect that what happened was that only the prelink map change was being picked up, but the change in OpenCORE was not.
By default, the .so libraries need to be in the prelink map. To get around that, you can add LOCAL_PRELINK_MODULE:=false in the library's Android.mk. -Brock On Mar 23, 10:22 pm, Nio <[email protected]> wrote: > Hi, I add a lib*.so and it prompts error as what you have met. > > Do you hava any idea what is the reason except the latest version? > > Thanks. > > On 3月5日, 上午3时12分, "[email protected]" <[email protected]> > wrote: > > > Hi, again, > > > after updating to the latest version it works now. > > > Thanks anyway, > > Clemens > > > On Mar 4, 7:54 pm, "[email protected]" <[email protected]> > > wrote: > > > > Hi, > > > > I've tried to compile android for our omap zoom, but unfortunately > > > compilation ends with this error: > > > > library 'libomx_sharedlibrary.so'notinprelinkmap > > > make: *** [out/target/product/ldp1/symbols/system/lib/ > > > libomx_sharedlibrary.so] Error 1 > > > > Can anybody provide me with some information how to resolve this > > > error? > > > > Regards > > > Clemens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
