From d044966420f19276309e417e01ead4b699380f2e Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Sun, 16 Jan 2022 13:00:53 -0500
Subject: [PATCH] talkback is also included as a prebuilt
---
static/build.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/static/build.html b/static/build.html
index 2e1870dd..b32f19de 100644
--- a/static/build.html
+++ b/static/build.html
@@ -885,6 +885,11 @@ gclient sync -D --with_branch_heads --with_tags --jobs 32
as apks into external/ repositories. There are no modifications to these for
GrapheneOS. These are built and signed with the standard gradle
Android plugin build system.
+
+ 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
+ the future similar to our standalone apps if we decide to do out-of-band
+ releases.