Hi,

I want to use a native libraries written in C (supplied by 3rd party
vendor) in android native application.

I have added it like this in make file

LOCAL_SHARED_LIBRARIES += libutils libcutils libmylibrary1
libmylibrary2 libmylibrary3

LOCAL_PRELINK_MODULE := FALSE

LOCAL_MODULE := my_test

When i add this and compile it says

make: *** No rule to make target `out/target/product/obj/lib/
libmylibrary1.so', needed by `out/target/product/obj/
EXECUTABLES/my_test_intermediates/LINKED/my_test'.  Stop.

This 3rd party library is built using linux-eabi-arm and glibc2.2.
Will it work on android. Please confirm.If no i want to know the
reason for the same.

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to