tag | 324ec387c04ce24daed4e92d4ea352baaac20385 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue May 07 13:29:53 2024 -0700 |
object | 57d4c7f166af41a151ecdef4c80bc04ce3430b76 |
Android VTS 11.0 Release 16 (11673196)
commit | 57d4c7f166af41a151ecdef4c80bc04ce3430b76 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 03 01:12:22 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 03 01:12:22 2020 +0000 |
tree | 25388490ca2517f7c4cd55d06f0e8d652ce90adc | |
parent | 05713699d0cd7a92818b8f3e610a89c24d827597 [diff] | |
parent | 97572ddffc588d4bc2778f5d5138d302bc131ab2 [diff] |
Snap for 6553159 from 97572ddffc588d4bc2778f5d5138d302bc131ab2 to rvc-release Change-Id: I3c2d46423fd5d9faa4e262bf8c45117e1377cc3d
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.