diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:58:03 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-26 00:08:02 -0400 |
| commit | d50d1e725b78046f0618d277331e14757a47e512 (patch) | |
| tree | 5a1e49df7bc2739a59b12f74f7aa932751552cc7 | |
| parent | cc08692cd9742595c958800a2888a726c2022673 (diff) | |
link to chromium_build / chromium_patches repos
| -rw-r--r-- | static/source.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/source.html b/static/source.html index 72164ee3..37ea6cbc 100644 --- a/static/source.html +++ b/static/source.html @@ -32,6 +32,11 @@ references all of these. Most of these are used unmodified from the Android Open Source Project (AOSP). A few dozen of the repositories are either forked from AOSP or are unique to GrapheneOS.</p> + <p>Chromium needs to be included in the GrapheneOS source tree as a prebuilt before + building. The build metadata is in the <a href="https://github.com/GrapheneOS/chromium_build"> + chromium_build repository</a> and the GrapheneOS patches are in the + <a href="https://github.com/GrapheneOS/chromium_patches">chromium_patches repository</a>. + See the GrapheneOS building instructions for more details.</p> <p>See <a href="https://attestation.app/source">https://attestation.app/source</a> for the Auditor and AttestationServer sources. The latest release of the Auditor app is included in the GrapheneOS source tree as a prebuilt since it uses a different |
