Description
The following test fails on Android for armv7 but, it passes for Android AArch64 and x86_64. The error seen in the output is
12:21:38 SOURCE_DIR/test/Interop/Cxx/stdlib/use-std-vector-typechecker.swift:20:1: error: global function 'takeCxxVector' requires that 'VectorOfPointer' (aka 'std.__ndk1.vector<UnsafeMutablePointer<NonCopyable>, std.__ndk1.allocator<UnsafeMutablePointer<NonCopyable>>>') conform to 'CxxVector'
Related PR: #84340
Expected behavior
Expected test to pass
Environment
c8f8736
Additional information
No response