commit | d99136c122f3b3e875fd6bfca82f1fe78e09bd20 | [log] [tgz] |
---|---|---|
author | Yecheng Zhao <zyecheng@google.com> | Thu Mar 11 13:20:34 2021 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 11 22:03:36 2021 +0000 |
tree | fd3c65ddbf2d0ea686400865129fdd9f737dc57e | |
parent | 52a534b292d22414b5b4ddc4d03382d06b29b1cf [diff] |
[tls] Add boringssl, mbedtls and picotls library Add boringssl, mbedtls and picotls libraries as submodules into third_party folder. Build scripts will be added later one by one. Change-Id: I15f100f53aac2c3980e7f12e1e9b6f8ddf008f10 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/37340 Reviewed-by: Ali Zhang <alizhang@google.com> Commit-Queue: Yecheng Zhao <zyecheng@google.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.