Thanks. That answered my question.
Ajith
On Feb 9, 5:42 pm, freedom <[email protected]> wrote:
> that's for 'ld'. To see what are being executed, try
> $ cd $YOUR_ANROID_ROOT_DIR
> $ REMOVE libril objects (e.g., rm -rf out/target/product/generic/obj/
> SHARED_LIBRARIES/libril_intermediates/)
> $ . build/envsetup.sh
> $ cd hardware/ril/libril/
> $ mm showcommands
>
> On Feb 10, 9:02 am, Ajith <[email protected]> wrote:
>
> > Trying to understand how shared library loading works in Android:
>
> > In ../hardware/ril/libril/Android.mk :
>
> > LOCAL_SHARED_LIBRARIES := \
> > libutils \
> > libcutils
>
> > However the libril code does not seem to load these shared libraires
> > via dlopen() call.
> > How are these shared libraries ( icluded through
> > LOCAL_SHARED_LIBRARIES in the Android.mk ) loaded, if not through an
> > explicit dlopen call ?
>
>
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---