diff options
| author | quh4gko8 <88831734+quh4gko8@users.noreply.github.com> | 2024-02-15 17:27:13 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-02-18 13:21:42 -0500 |
| commit | 6976d4b5379defb8e026b7c7a9ec68781040e20f (patch) | |
| tree | 3525d148c23979a767b005c8f49bb2191d4df42f /static/build.html | |
| parent | 06e864e93d7b498c5ae5b969086267c760a8ee30 (diff) | |
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.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <var>VERSION</var></pre> <p>Build the components:</p> - <pre>chrt -b 0 ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk</pre> + <pre>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</pre> <p>Sign the apks:</p> |
