Replace __ANDROID__ with __BIONIC__.
authorDan Albert <danalbert@google.com>
Mon, 19 Sep 2016 18:00:45 +0000 (18:00 +0000)
committerDan Albert <danalbert@google.com>
Mon, 19 Sep 2016 18:00:45 +0000 (18:00 +0000)
commitc991709f460218e493eef36e8792865dac0a6461
treef0a7fb2bfcd2a15c93e64f2135086b132c4b6729
parentcc83c66ee9e5137d43039cbed3cc2f56fe407adc
Replace __ANDROID__ with __BIONIC__.

Summary:
None of these checks are specific to Android devices. If libc++ was
used with Bionic on a normal Linux system these checks would still be
needed.

Reviewers: mclow.lists, EricWF

Subscribers: compnerd, tberghammer, danalbert, srhines, cfe-commits

Differential Revision: https://reviews.llvm.org/D24690

llvm-svn: 281921
libcxx/include/__config
libcxx/include/support/android/locale_bionic.h
libcxx/src/locale.cpp