diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-14 17:58:03 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-14 17:58:03 -0400 |
| commit | 5a3e5e651b6b588bc7c81da531b03ec63c118b41 (patch) | |
| tree | c62010bfdf6c36506f62547d29e3a59d95958fb0 /static/build.html | |
| parent | 4544fc5591b01047b08a10ef4a3cfa8595a01131 (diff) | |
document building Apps, AppCompatConfig and GmsCompatConfig
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 76a6bd87..b7d13381 100644 --- a/static/build.html +++ b/static/build.html @@ -969,10 +969,10 @@ git checkout <var>VERSION</var></pre> <section id="prebuilt-apps"> <h3><a href="#prebuilt-apps">Prebuilt apps</a></h3> - <p>The official releases of our Auditor, Camera and PdfViewer apps are bundled - as apks into external/ repositories. There are no modifications to these for - GrapheneOS. These are built and signed with the standard <code>gradle</code> - Android plugin build system.</p> + <p>The official releases of our Apps, Auditor, Camera and PdfViewer apps are + bundled as apks into external/ repositories. The no-code AppCompatConfig and + GmsCompatConfig apps are done the same way. These are built and signed with the + standard <code>gradle</code> Android plugin build system.</p> <p>The TalkBack screen reader is built from our talkback fork repository and included as a prebuilt signed with the OS releasekey. It may be presigned in |
