commit | e537f38c36600fd0f3026adba6b3f4cbcee1fb29 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 01 17:27:16 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 01 17:27:16 2016 -0800 |
tree | 6103641e93ae227a670ec66008c27935594ff409 | |
parent | 514b3415dbeee81e3d6dc1dfe3f64bceabcdefe6 [diff] |
Don't build a v8 snapshot. Every build creates a different /system/lib/libpac.so file because the V8 snapshot changes for each build. To reduce OTA size and allow us to verify the changes for an OTA, don't use the snapshot. Bug: http://b/25348136 Change-Id: I9b3c5582c5b2020ab3e144203040c7b84f29e124
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://code.google.com/p/v8/
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/*