Android has a handful of API levels relevant to developers described
here: https://developer.android.com/studio/build#module-level.
__ANDROID_API__ is too vague and confuses a lot of people. Introduce
a new macro name that is explicit about which one it represents. Keep
the old name around because code has been using it for a decade.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
370 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
Comment Actions
This LGTM, but just FYI: for darwin targets, these are ENVIRONMENT_<OSNAME>_VERSION_MIN_REQUIRED