Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: docs/old_android_build_instructions.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Android Build Instructions 1 # Android Build Instructions
2 2
3 **Generally, this page is obsolete and you should look at
4 [the new page instead](android_build_instructions.md).**
5
3 [TOC] 6 [TOC]
4 7
5 ## Prerequisites 8 ## Prerequisites
6 9
7 A Linux build machine capable of building [Chrome for 10 A Linux build machine capable of building [Chrome for
8 Linux](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_ instructions_prerequisites.md). 11 Linux](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_ instructions_prerequisites.md).
9 Other (Mac/Windows) platforms are not supported for Android. 12 Other (Mac/Windows) platforms are not supported for Android.
10 13
11 ## Getting the code 14 ## Getting the code
12 15
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 release of Chrome for Android (v25+) you can do the following steps. 303 release of Chrome for Android (v25+) you can do the following steps.
301 Note that in order to get your changes into the official release, you'll 304 Note that in order to get your changes into the official release, you'll
302 need to send your change for a codereview using the regular process for 305 need to send your change for a codereview using the regular process for
303 committing code to chromium. 306 committing code to chromium.
304 307
305 1. Open Chrome on your Android device and visit chrome://version 308 1. Open Chrome on your Android device and visit chrome://version
306 2. Copy down the id listed next to "Build ID:" 309 2. Copy down the id listed next to "Build ID:"
307 3. Go to 310 3. Go to
308 [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) 311 [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)
309 4. Download the listed files and follow the steps in the README. 312 4. Download the listed files and follow the steps in the README.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698