Consider removing libstd++ as a static in Android.mk it should default to the standard Android implementation and you should be fine
Actually, I see you added it both as a static and dynamic libraries.
Remove either static libstdc++ or the dynamic one. If that doesn’t do it try removing both