Commit a89d8ff
committed
Define __ANDROID_API__ when specified as part of an Android target.
Summary:
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.
Bug: https://llvm.org/bugs/show_bug.cgi?id=30940
Reviewers: eugenis, pirama
Subscribers: tberghammer, cfe-commits, pirama, eugenis, danalbert
Differential Revision: https://reviews.llvm.org/D26491
llvm-svn: 2865431 parent bd1ee48 commit a89d8ff
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
| 469 | + | |
468 | 470 | | |
469 | 471 | | |
470 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8497 | 8497 | | |
8498 | 8498 | | |
8499 | 8499 | | |
| 8500 | + | |
8500 | 8501 | | |
8501 | 8502 | | |
8502 | 8503 | | |
| |||
8505 | 8506 | | |
8506 | 8507 | | |
8507 | 8508 | | |
| 8509 | + | |
| 8510 | + | |
| 8511 | + | |
| 8512 | + | |
8508 | 8513 | | |
8509 | 8514 | | |
8510 | 8515 | | |
| |||
0 commit comments