partner feedback, would appreciate any guidance.
"We are encountering this issue while upgrading the prebuilt libraries (OpenCV prebuilts) and application (OpenCVTest) to libc++, the layout of std::__1::vector in aosp's libc++ is not the same as in ndk's libc++ ( std::__ndk1::vector), previously don't have this issue with gnustl.In this case, the prebuilt library was built against an ndk's libc++, it is different than the one used to build application (aosp's libc++), what would be the suggested way to update the vendor library, and If we should use the same libc++ STL for application, how to make application using ndk's libc++? (Note that application is a vendor module depends on OpenCV prebuilts and it is built from Android build)"