the other nifties of the r5 ndk tempted me to upgrade (despite the
"don't fix what ain't broke" rule.)
The process builds a shared library, and it fails on r5 (where it
worked on r4) not finding a bunch of the symbols it should find. I
think I've tracked it down to LOCAL_SHARED_LIBRARIES not being
propagated as a dependency to the SharedLibrary .so creation, and was
wondering if the removal of the
$(call module-add-shared-depends,$(LOCAL_MODULE),$
(LOCAL_SHARED_LIBRARIES))
from build/core/build-binary.mk in the r5 ndk was intentional, and if
so, how should I be passing the other libraries that my shared library
depends on through so that the symbols are found?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment