android_webview: force libstdc++ use on host.
commit8beb670cff7f4c09fb6f48b122efea1dff3e8803
authortorne <torne@chromium.org>
Wed, 5 Nov 2014 12:16:40 +0000 (5 04:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Nov 2014 12:17:00 +0000 (5 12:17 +0000)
tree6b84c3c2d0cdd1b1ebd87d2eee08924e00901051
parent2d0da5605d758f8868d623da6cddbdd06f3e7015
android_webview: force libstdc++ use on host.

The way we build host binaries in the android gyp backend currently
doesn't work if we attempt to link against libc++. To avoid problems for
AOSP work to change the default C++ library, explicitly specify that we
want to use libstdc++ (the current default).

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/705753002

Cr-Commit-Position: refs/heads/master@{#302784}
build/common.gypi