aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2021-04-19 19:45:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-19 19:45:24 +0000
commit43611a0b6d2c62ae1d08d951fccf8f2ab8dc60c6 (patch)
tree74d781122a28d5551100b1bdde81fae2cf95ff3b
parent52cb2b5c591146794007156bbebaf03919b61808 (diff)
parent0ff19f83dde5a5577ff201a7cdf8c8c96a8d2b67 (diff)
downloadcdd-43611a0b6d2c62ae1d08d951fccf8f2ab8dc60c6.tar.gz
Original change: https://android-review.googlesource.com/c/platform/compatibility/cdd/+/1676815 Change-Id: I4e71890bcf6c9840692ce09325fad2a180e6dab4
-rw-r--r--3_software/3_3_native-api-compatibility.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/3_software/3_3_native-api-compatibility.md b/3_software/3_3_native-api-compatibility.md
index fd1e785..b960483 100644
--- a/3_software/3_3_native-api-compatibility.md
+++ b/3_software/3_3_native-api-compatibility.md
@@ -16,8 +16,8 @@ the Android NDK.
Device implementations:
-* [C-0-1] MUST be compatible with one or more defined ABIs and implement
- compatibility with the Android NDK.
+* [C-0-1] MUST be compatible with one or more defined [Android NDK ABIs](
+ https://developer.android.com/ndk/guides/abis).
* [C-0-2] MUST include support for code running in the managed environment to
call into native code, using the standard Java Native Interface (JNI)
semantics.
@@ -32,11 +32,11 @@ Device implementations:
* [C-0-6] MUST report, via the above parameters, a subset of the following
list of ABIs and MUST NOT report any ABI not on the list.
- * `armeabi`
- * `armeabi-v7a`
- * `arm64-v8a`
- * `x86`
- * `x86-64`
+ * `armeabi` (no longer supported as a target by the NDK)
+ * [`armeabi-v7a`](https://developer.android.com/ndk/guides/abis#v7a)
+ * [`arm64-v8a`](https://developer.android.com/ndk/guides/abis#arm64-v8a)
+ * [`x86`](https://developer.android.com/ndk/guides/abis#x86)
+ * [`x86-64`](https://developer.android.com/ndk/guides/abis#86-64)
* [C-0-7] MUST make all the following libraries, providing native APIs,
available to apps that include native code: