0
Commit Graph

8 Commits

Author SHA1 Message Date
Yun Liu
f57cceafd4 Change Android SDK path to third_party/android_sdk/public
third_party/android_tools/sdk will be gradually deprecated and replaced with third_party/android_sdk/public

Bug: 659808
Change-Id: I7e006f12723cf9a4dbce3c9d87b728e4e662b6c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1518245
Commit-Queue: Yun Liu <yliuyliu@google.com>
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Misha Efimov <mef@chromium.org>
Reviewed-by: Carlos Knippschild <carlosk@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Sami Kyöstilä <skyostil@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#641769}
2019-03-18 21:31:23 +00:00
Andrew Grieve
b747e71bfb Android: Remove mentions of envsetup.sh from docs
Having it listed in the docs implies that running the script is
necessary to have things work; it's not. Also - fewer instructions the
better!

Change-Id: I993821cc6a11267cdc54fa99075ae5979f622520
Reviewed-on: https://chromium-review.googlesource.com/788132
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518965}
2017-11-23 16:58:31 +00:00
Andrew Grieve
fe71bbc1fb Doc updates from reading through them.
Changes:
* clang is now used on Android
* Remove GYP mentions

Delete obsolete:
* common_build_tasks.md (all about GYP)
* shift_based_development.md (a git workflow, nothing chromium-specific)

Change-Id: I9ee75395bbe8f29ce4f856b14fbeff330d6b2c13
Reviewed-on: https://chromium-review.googlesource.com/679054
Reviewed-by: Eric Stevenson <estevenson@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503807}
2017-09-22 18:44:40 +00:00
qyearsley
c0dc6f499d Fix spelling mistakes in //docs.
This includes spelling mistakes like:

accomodate->accommodate
ommited->omitted
unuseable->unusable
dependant->dependent
enviroment->environment
preceed->precede
occurrance->occurrence
occurrances->occurrences
intergrated->integrated
altough->although
appriopriate->appropriate
corresponing->corresponding
dependecies->dependencies
leniant->lenient
overriden->overridden
persisten->persistent
specifyinhg->specifying

As well as capitalization changes like:

javascript->JavaScript
Webkit->WebKit
linux->Linux

A couple other minor things:

the the -> the
trybot -> try bot
etc.

Review-Url: https://codereview.chromium.org/2551513002
Cr-Commit-Position: refs/heads/master@{#436046}
2016-12-02 22:16:53 +00:00
mikecase
0b18c41bec Small fix to doc for working remotely on android.
Review-Url: https://codereview.chromium.org/2359473002
Cr-Commit-Position: refs/heads/master@{#419779}
2016-09-20 16:02:28 +00:00
andybons
a716a1b949 [Docs] Update command to download adb_remote_setup.sh
TBR=timurrrr@chromium.org
BUG=570163

Review URL: https://codereview.chromium.org/1529383003

Cr-Commit-Position: refs/heads/master@{#365849}
2015-12-17 17:53:27 +00:00
nodir
02eda38ccd Doc style: working_remotely_with_android.md
R=andybons@chromium.org
BUG=524256

Review URL: https://codereview.chromium.org/1314733002

Cr-Commit-Position: refs/heads/master@{#345320}
2015-08-25 14:56:31 +00:00
andybons
3322f7611b Per https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/irLAQ8f8uGk
Initial migration of wiki content over to src/docs

There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do

+ Bulk import with initial prune.
+ Follow-up CLs to clean up the documentation.

So that each CL has its own purpose.

BUG=none

Review URL: https://codereview.chromium.org/1309473002

Cr-Commit-Position: refs/heads/master@{#345186}
2015-08-24 21:39:36 +00:00