fix typos in browser building section

This commit is contained in:
inthewaves 2020-09-22 01:01:27 -07:00 committed by Daniel Micay
parent 1496532a6a
commit 34d06928b1

View File

@ -792,14 +792,13 @@ keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium
cd src</pre> cd src</pre>
<p>You will be prompted to enter a password which will be requested by the script for <p>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 signing releases. You should back up the generated keystore with your other keys.</p>
keys.</p>
<p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p> <p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p>
<pre>../generate_release.sh</pre> <pre>../generate_release.sh</pre>
<p>The apks needs to be copied from <code>out/Default/apks/release/*.apk</code> <p>The apks need to be copied from <code>out/Default/apks/release/*.apk</code>
into the Android source tree at into the Android source tree at
<code>external/vanadium/prebuilt/arm64/</code> with arm64 <code>external/vanadium/prebuilt/arm64/</code> with arm64
substituted with the correct value for other architectures (arm, x86, x86_64).</p> substituted with the correct value for other architectures (arm, x86, x86_64).</p>