From 26a1ca07f80064bf83aad87665160e261c272cf2 Mon Sep 17 00:00:00 2001 From: TanguyP Date: Sat, 20 Jul 2024 15:48:42 +0200 Subject: [PATCH 1/2] Add build instructions for simple prebuilt apps --- static/build.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 014aea4a2..af275b7b4 100644 --- a/static/build.html +++ b/static/build.html @@ -1032,7 +1032,14 @@

Prebuilt apps

The official releases of our App Store, 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 gradle Android plugin build system.

+ standard gradle Android plugin build system. You can also build those apps from the source code by following these steps: +

+

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 From 1fc2b0f28b9bc8276d3868c291d576f5b384e891 Mon Sep 17 00:00:00 2001 From: TanguyP Date: Sun, 21 Jul 2024 11:16:19 +0200 Subject: [PATCH 2/2] Build instructions for prebuilt apps: amend JDK version --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index af275b7b4..490487787 100644 --- a/static/build.html +++ b/static/build.html @@ -1035,7 +1035,7 @@

Prebuilt apps

standard gradle Android plugin build system. You can also build those apps from the source code by following these steps: