• Dan Albert's avatar
    Fix the Mac build by moving libcore to libc++. · f277bbcc
    Dan Albert authored
    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
    f277bbcc
NativeCode.mk 4.9 KB