Fix the Mac build by moving libcore to libc++.

Since libcore is now using std::unique_ptr, we need to have a sane,
modern STL on all platforms. Since the Mac build is stuck on libstdc++
4.2, use libc++.

Change-Id: Id4cd32fa181ae53123f808a9366211748c44276f
1 file changed