diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-05 17:42:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-05 17:42:53 -0400 |
| commit | e6149d73ec437c68ec6a9d38389c288e06f403f2 (patch) | |
| tree | 68b0fbacb5f81fcd145e4c9e109a6c0e79da7d93 | |
| parent | e324896ff1d91d2a24ac50aa89cd651b5bc14fc5 (diff) | |
prebuilt apps are built with gradle
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index a17f98b3..d4c06378 100644 --- a/static/build.html +++ b/static/build.html @@ -643,7 +643,9 @@ git am --whitespace=nowarn ../*.patch</pre> </h3> <p>The official releases of the Auditor and PdfViewer apps are bundled as an apk into - external/ repositories. There are no modifications to these for GrapheneOS.</p> + 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> <h2 id="standalone-sdk"> <a href="#standalone-sdk">Standalone SDK</a> |
