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