OLD | NEW |
1 # Checking out and building Chromium for Android | 1 # Checking out and building Chromium for Android |
2 | 2 |
3 There are instructions for other platforms linked from the | 3 There are instructions for other platforms linked from the |
4 [get the code](get_the_code.md) page. | 4 [get the code](get_the_code.md) page. |
5 | 5 |
6 **See also [the old version of this page](old_android_build_instructions.md).** | |
7 | |
8 ## Instructions for Google Employees | 6 ## Instructions for Google Employees |
9 | 7 |
10 Are you a Google employee? See | 8 Are you a Google employee? See |
11 [go/building-chrome](https://goto.google.com/building-chrome) instead. | 9 [go/building-chrome](https://goto.google.com/building-chrome) instead. |
12 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom
e) instead. | 10 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom
e) instead. |
13 | 11 |
14 [TOC] | 12 [TOC] |
15 | 13 |
16 ## System requirements | 14 ## System requirements |
17 | 15 |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 release of Chrome for Android (v25+) you can do the following steps. | 355 release of Chrome for Android (v25+) you can do the following steps. |
358 Note that in order to get your changes into the official release, you'll | 356 Note that in order to get your changes into the official release, you'll |
359 need to send your change for a codereview using the regular process for | 357 need to send your change for a codereview using the regular process for |
360 committing code to chromium. | 358 committing code to chromium. |
361 | 359 |
362 1. Open Chrome on your Android device and visit chrome://version | 360 1. Open Chrome on your Android device and visit chrome://version |
363 2. Copy down the id listed next to "Build ID:" | 361 2. Copy down the id listed next to "Build ID:" |
364 3. Go to | 362 3. Go to |
365 [http://storage.googleapis.com/chrome-browser-components/BUILD\_ID\_FROM\_ST
EP\_2/index.html](http://storage.googleapis.com/chrome-browser-components/BUILD_
ID_FROM_STEP_2/index.html) | 363 [http://storage.googleapis.com/chrome-browser-components/BUILD\_ID\_FROM\_ST
EP\_2/index.html](http://storage.googleapis.com/chrome-browser-components/BUILD_
ID_FROM_STEP_2/index.html) |
366 4. Download the listed files and follow the steps in the README. | 364 4. Download the listed files and follow the steps in the README. |
OLD | NEW |