Descriptiondocs: start migrating android build instructions to markdown
This is the first part of what is found in
https://www.chromium.org/developers/how-tos/android-build-instructions
To convert the html page to markdown, pandoc tool was used. After having
it converted, it was manual changed while inspecting in http://dillinger.io.
The command lines ran were:
$ wget https://www.chromium.org/developers/how-tos/android-build-instructions
$ pandoc -s -r html android-build-instructions -o android_build_instructions.md
BUG=None
TEST=open android_build_instructions.md in a Markdown visualizer and
make sure it looks good.
R=dpranke@chromium.org,newt@chromium.org
Committed: https://crrev.com/2c773222cfdf6f9251a12bca55a8ff15b699a42a
Cr-Commit-Position: refs/heads/master@{#385238}
Patch Set 1 #
Total comments: 2
Patch Set 2 : rm trailing \ #Messages
Total messages: 11 (3 generated)
|