summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-07-21 09:42:49 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-07-21 09:42:49 -0400
commitdd5be734fae8c9e551ce7a850153b6bb3f1ac1ae (patch)
tree24fdef222d4822d1821b78e9e241e96e59e7be50 /static/build.html
parent0870c781e9e20d3c15f47dbeea681e805c164f6b (diff)
use TrichromeChrome apk instead of bundle
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 9ccb461d..3e63de82 100644
--- a/static/build.html
+++ b/static/build.html
@@ -771,7 +771,7 @@ git am --whitespace=nowarn ../patches/*.patch</pre>
<p>Build the components:</p>
- <pre>ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_bundle trichrome_library_64_32_apk</pre>
+ <pre>ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk</pre>
<p>Generate a signing key for Vanadium if this is the initial build:</p>
@@ -783,7 +783,7 @@ cd src</pre>
signing releases. You should back this up the generated keystore with your other
keys.</p>
- <p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p>
+ <p>Sign the apks:</p>
<pre>../generate_release.sh</pre>