commit | 49635dd0b7dd18a36c4458fa879ba3e4b1453485 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jul 15 22:55:03 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jul 15 22:55:03 2021 -0700 |
tree | d319d714cd3046e9259603e912f402bbeb98beb2 | |
parent | df5b9bcf6edb514d824292a71b54d667556341b7 [diff] |
Fix mac SDK build Use platform-macos.cc for darwin builds to fix the aosp-sdk-release mac build. Bug: 192252696 Test: build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=sdk TARGET_BUILD_VARIANT=userdebug sdk dist sdk_repo Change-Id: Id42262e95d24938e0eafa637b7afb41393cff71e
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://v8.dev/docs
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 at v8.dev/docs/contribute.