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
-~----------~----~----~----~------~----~------~--~---