diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 23:05:46 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 23:05:46 -0500 |
| commit | 1849e2751708f51a70d8bca9681e9874c14872c3 (patch) | |
| tree | 8b30b564e52af72a944ffdcb6b34fc0da1f9d1bd | |
| parent | 37603738a74a54bb66e6aa43ae2d11c615e2d2ac (diff) | |
split list of forks from added repositories
| -rw-r--r-- | static/source.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/source.html b/static/source.html index 41058ae5..9f4c7c12 100644 --- a/static/source.html +++ b/static/source.html @@ -67,14 +67,20 @@ <section id="grapheneos"> <h2><a href="#grapheneos">GrapheneOS</a></h2> - <p>Subset of the OS repositories created or modified by GrapheneOS:</p> + <p>Subset of the forks of AOSP repositories:</p> <ul> <li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for OS repositories</a></li> <li><a href="https://github.com/GrapheneOS/platform_bionic">platform_bionic</a></li> <li><a href="https://github.com/GrapheneOS/platform_system_core">platform_system_core</a></li> <li><a href="https://github.com/GrapheneOS/platform_frameworks_base">platform_frameworks_base</a></li> + </ul> + + <p>Subset of the repositories added by GrapheneOS:</p> + + <ul> <li><a href="https://github.com/GrapheneOS/hardened_malloc">hardened_malloc</a></li> + <li><a href="https://github.com/GrapheneOS/script">script</a></li> </ul> <p>The operating system source tree includes hundreds of repositories. Many of these |
