Skip to content

Commit 2d26d3a

Browse files
committed
Clarified android tagging markup, and added an example.
1 parent 48052a0 commit 2d26d3a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,11 @@ toolchain when building binaries that support multiple architectures.
234234
Android
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

241243
The API level should be a positive integer. This is *not* the same thing as
242244
the user-facing Android version. For example, the release known as Android

0 commit comments

Comments
 (0)