From 6976d4b5379defb8e026b7c7a9ec68781040e20f Mon Sep 17 00:00:00 2001 From: quh4gko8 <88831734+quh4gko8@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:27:13 +0000 Subject: [PATCH] Add needed apk build target for shipping components out of band This is necessary for a future Vanadium release adding support to update components out of band and default feature flags via a config app. Currently, only the content filtering component, named "Subresource Filter Rules", is shipped via this app. --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 99f07b9e..a6558a92 100644 --- a/static/build.html +++ b/static/build.html @@ -944,7 +944,7 @@ git checkout VERSION

Build the components:

-
chrt -b 0 ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk
+
chrt -b 0 ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk vanadium_config_apk

Sign the apks: