File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,11 @@ toolchain when building binaries that support multiple architectures.
234234Android
235235-------
236236
237- Android uses the schema :file: `android_{ api_level } _{ abi } `, indicating compatibility
238- with the given Android API level or later, on the given ABI. Android makes no
239- distinction between physical devices and emulated devices.
237+ Android uses the schema :file: `android_{ apilevel } _{ abi } `, indicating
238+ compatibility with the given Android API level or later, on the given ABI. For
239+ example, ``android_27_arm64_v8a `` indicates support for API level 27 or later,
240+ on ``arm64_v8a `` devices. Android makes no distinction between physical devices
241+ and emulated devices.
240242
241243The API level should be a positive integer. This is *not * the same thing as
242244the user-facing Android version. For example, the release known as Android
You can’t perform that action at this time.
0 commit comments