Commit ace6f1c5 authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

doc: android_native_libraries: s/library/APK/ once

Tbr: agrieve@chromium.org
Bug: None
Change-Id: I5ef8c82f5ebd116f97baad82e8f2a6f1d582fc8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536460Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827263}
parent 58b67c98
......@@ -21,7 +21,7 @@ Chrome on Android.
* Android Q (TrichromeChrome.aab + TrichromeLibrary.apk):
* Trichrome uses the exact same native library as Monochrome:
`libmonochrome.so`.
* `libmonochrome.so` is stored in the shared library (TrichromeLibrary.apk)
* `libmonochrome.so` is stored in the shared APK (TrichromeLibrary.apk)
so that it can be shared with TrichromeWebView.
* It is loaded by `libchromium_android_linker.so` using
`android_dlopen_ext()` to enable RELRO sharing.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment