0

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/+/2536460
Reviewed-by: Egor Pasko <pasko@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827263}
This commit is contained in:
Egor Pasko
2020-11-13 15:38:48 +00:00
committed by Commit Bot
parent 58b67c9865
commit ace6f1c5fb

@ -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.