From c01526700deee456deeb58ddc230d51eb97d6288 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 4 Mar 2020 11:38:35 -0500 Subject: [PATCH] add instructions on setting trichrome_certdigest --- static/build.html | 5 +++++ 1 file changed, 5 insertions(+) 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 x86_64, the correct value for target_cpu is x64, but note that the Android source tree refers to it as x86_64.

+

You need to set trichrome_certdigest to the correct value for your + generated signing key. You can obtain this with the following command:

+ +
keytool -export-cert -alias vanadiumkey -keystore vanadium.keystore | sha256sum
+

Build the components:

ninja -C out/Default/ trichrome_webview_apk trichrome_chrome_bundle trichrome_library_apk