This macro should be defined only when the user directly specifies an
API level as part of an Android target. For any regular Android target,
we leave this macro undefined.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D26491
Define __ANDROID_API__ when specified as part of an Android target. ClosedPublic Authored by srhines on Nov 9 2016, 9:40 PM.
Details Summary This macro should be defined only when the user directly specifies an
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2016, 11:01 AM Closed by commit rL286543: Define __ANDROID_API__ when specified as part of an Android target. (authored by srhines). · Explain WhyNov 10 2016, 5:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 77578 cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/test/Preprocessor/init.c
|