I wrote a C++ shared library named libmine.so in android, and I add
LOCAL_CPPFLAGS := -Wl,--version-script=libmine.map into the
Android.mk, libmine.map specified the exported symbols, but when run
make libmine, the g++ said:
"arm-eabi-g++: --version-script=libmine.map: linker input file unused
because linking not done"
the libmine.so was generated but the exporting symbols is not
controled.
does any one know why? thanks a lot !!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to