tag | 574732a1bc2c11a829ae1f05866492c7386746ff | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Jan 07 15:40:40 2019 -0800 |
object | d37798082d9abaeb94d46a84615bac70003e74e1 |
Android O MR1 IOT Release 1.0.8 (5206609)
commit | d37798082d9abaeb94d46a84615bac70003e74e1 | [log] [tgz] |
---|---|---|
author | vichang <vichang@google.com> | Mon Dec 17 15:28:56 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 17 15:28:56 2018 +0000 |
tree | c34f7dfbb4aa08b44d7256183cca2619d5fc9a14 | |
parent | f4d931ce6550eaf3929edc281f132bf807b739c2 [diff] | |
parent | 1ba1fe5366aef1df4e6045c723c9d0488ed0ab91 [diff] |
Merge "Include ICU4C cc_library_headers instead of a directory"
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.