0

Android: Fix documentation line wrapping in a table

This broken line break snuck in while adjusting other wrapping.

TBR=agrieve@chromium.org

Bug: None
Change-Id: I2fbcf7c099cc798a91e1022c030c3fe03fd86b51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943109
Reviewed-by: Christopher Grant <cjgrant@chromium.org>
Commit-Queue: Christopher Grant <cjgrant@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720058}
This commit is contained in:
Christopher Grant
2019-11-28 20:40:24 +00:00
committed by Commit Bot
parent aa5de41e83
commit 8099661879

@ -53,8 +53,7 @@ For example, the 64-bit browser version with extra 32-bit Webview is
Builds on | Variant | Description
--- | --- | ---
32-bit | monochrome | The original 32-bit-only version
64-bit | monochrome | The original 64-bit version, with 32-bit combined lib
and 64-bit Webview. This would be named monochrome_32_64_apk if not for legacy naming.
64-bit | monochrome | The original 64-bit version, with 32-bit combined lib and 64-bit Webview. This would be named monochrome_32_64_apk if not for legacy naming.
64-bit | monochrome_64_32 | 64-bit combined lib with 32-bit Webview library.
64-bit | monochrome_64 | 64-bit combined lib only, for eventual pure 64-bit hardware.
64-bit | monochrome_32 | A mirror of the original 32-bit-only version on 64-bit, to allow building all products on one builder. The result won't be bit-identical to the original, since there are subtle compilation differences.