summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-04 11:38:35 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-03-04 11:38:35 -0500
commitc01526700deee456deeb58ddc230d51eb97d6288 (patch)
treeb153cb31791c66a846250f7a64cfb711acaad5df
parent2ccef6d6bdf75d85110bd3d3709e0f796ddb9110 (diff)
add instructions on setting trichrome_certdigest
-rw-r--r--static/build.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index cd3c50f5..0813e75c 100644
--- a/static/build.html
+++ b/static/build.html
@@ -606,6 +606,11 @@ git am --whitespace=nowarn ../*.patch</pre>
x86_64, the correct value for <code>target_cpu</code> is <code>x64</code>, but note
that the Android source tree refers to it as x86_64.</p>
+ <p>You need to set <code>trichrome_certdigest</code> to the correct value for your
+ generated signing key. You can obtain this with the following command:</p>
+
+ <pre>keytool -export-cert -alias vanadiumkey -keystore vanadium.keystore | sha256sum</pre>
+
<p>Build the components:</p>
<pre>ninja -C out/Default/ trichrome_webview_apk trichrome_chrome_bundle trichrome_library_apk</pre>