From 34d06928b1ef0a7059772b9418311d90189bcd27 Mon Sep 17 00:00:00 2001 From: inthewaves <26474149+inthewaves@users.noreply.github.com> Date: Tue, 22 Sep 2020 01:01:27 -0700 Subject: [PATCH] fix typos in browser building section --- static/build.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/build.html b/static/build.html index a5b32eac..6aaabbd1 100644 --- a/static/build.html +++ b/static/build.html @@ -792,14 +792,13 @@ keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium cd src
You will be prompted to enter a password which will be requested by the script for - signing releases. You should back this up the generated keystore with your other - keys.
+ signing releases. You should back up the generated keystore with your other keys.Generate TrichromeChrome.apk from the bundle and sign the apks:
../generate_release.sh-
The apks needs to be copied from out/Default/apks/release/*.apk
+
The apks need to be copied from out/Default/apks/release/*.apk
into the Android source tree at
external/vanadium/prebuilt/arm64/
with arm64
substituted with the correct value for other architectures (arm, x86, x86_64).