From e6149d73ec437c68ec6a9d38389c288e06f403f2 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Sat, 5 Oct 2019 17:42:53 -0400
Subject: [PATCH] prebuilt apps are built with gradle
---
static/build.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
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.
+ external/ repositories. There are no modifications to these for GrapheneOS. These are
+ built and signed with the standard gradle
Android plugin build
+ system.