| Index: tools/binary_size/README.md
|
| diff --git a/tools/binary_size/README.md b/tools/binary_size/README.md
|
| index 598e53d206765c1b9dbff3ad10206676f2046edb..b3697015946f483c11518eb2d3d24c151268f192 100644
|
| --- a/tools/binary_size/README.md
|
| +++ b/tools/binary_size/README.md
|
| @@ -11,6 +11,9 @@ symbol information parsed from a linker .map file.
|
|
|
| ### Example Usage:
|
|
|
| +Note: Linux isn't fully supported yet so you should probably follow the
|
| +Android instructions below.
|
| +
|
| # Android:
|
| # Googlers:
|
| gn gen out/Release --args='is_official_build=true symbol_level=1 is_chrome_branded=true target_os="android"'
|
| @@ -111,4 +114,3 @@ Tracked in https://crbug.com/681694
|
| 1. More `diagnose_apk_bloat.py` features:
|
|
|
| * Add more diff types (pak files, Java symbols, native symbols).
|
| - * Support local builds for revs before supersize existed.
|
|
|