Revert "Clarify wording of __ANDROID_API__ build documentation."

This reverts commit df1ee1191583552e89a6939c8738393044937bae.
This commit is contained in:
Brian Smith 2018-05-14 17:00:40 -10:00
parent 1d9c76af96
commit b98f61f971

View File

@ -58,11 +58,9 @@ Note in particular that if you are cross-compiling an x86 build on a 64-bit
version of Linux, then you need to have the proper gcc-multilibs and
g++-multilibs packages or equivalent installed.
If you generate a standalone NDK toolchain in order to compile your project,
the wrapper automatically passes flags to the actual compiler to define the
`__ANDROID_API__` macro. Otherwise, the macro `__ANDROID_API__` must be
defined with a value of at least 21 on 64-bit targets or 18 on 32-bit targets;
e.g. export `CFLAGS=-D__ANDROID_API__=21`.
On Android, you will need to define the `__ANDROID_API__` constant to at least
`21` on 64-bit and `18` on 32-bit.
Additional Features that are Useful for Development