Android 5.1.1 release 14
Pass a preprocessor define to identify us.

Needed so that <stdatomic.h> can identify when a <atomic> header is
available. We need to do this because including <atomic> after
<stdatomic.h> causes compilation to fail, and the cleanest way out of
that situation is to make <stdatomic.h> include <atomic> when it is
using in a C++ context.

Bug: 17007799
Change-Id: Ic5798cb579840c4a49c3eb2c9e468d5f61fb6dd3
(cherry picked from commit 246124b60c15f201071275dc05f3cf498fa97dd4)
1 file changed