aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started.md
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2016-02-17 21:37:09 -0800
committerFrank Barchard <fbarchard@google.com>2016-02-17 21:37:09 -0800
commit127ff512b3b4646eee96b760715f1c0403ceaee5 (patch)
treeb9d9936c0c69c94e09bcddd8bfbf813ddf11f374 /docs/getting_started.md
parent69c38c5cf502742e166613b191d6bd5f6062d248 (diff)
downloadlibyuv-127ff512b3b4646eee96b760715f1c0403ceaee5.tar.gz
add perf data files to ignores
document play services update R=jkellander@chromium.org BUG=none Review URL: https://codereview.chromium.org/1712463002 .
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index d2137e43..c51d1f9d 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -54,6 +54,11 @@ Then run:
export GYP_DEFINES="OS=android"
gclient sync
+Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following:
+ cd chromium/src
+ ./build/android/play_services/update.py download
+ cd ../..
+
For Windows the gclient sync must be done from an Administrator command prompt.
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks`