I'm developing some c++ code and am using libc++_shared.so provided with the ndk.
However, a spot check on my android L devices shows that there is an equivalent /system/lib/libc++.so available on all of them: nexus 5 w/ android L - yes lg nexus 5x w/ android M - yes moto x puer w/ android M - yes samsung galaxy note 5 w/ android M - yes sony xperia w/ android L - yes samsung galaxy s4 w/ android 5.0.1 - yes htc one m8 w/ android M - yes huawei nexus 6p w/ android M - yes I'd like to know whether android is now supporting libc++.so as part of the system libraries. This is important because packaging libc++_shared.so with my apk increases its size by 1.2mb! It would be great to remove this .so from my apk. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d7e22125-cf5d-49c0-8dec-85e78f6f6efc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

