summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-14 23:33:39 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-14 23:33:39 -0400
commitfe10f4d479af27855d1c04dea763ae6206afd1af (patch)
tree73685ad19fedd929abeacb7e8a01c2544811cb0b
parentddb6d1c28ddcf5c529cf4db703d43746b91a31ae (diff)
changes to Vanadium signing
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 7cedd57e..0fe4ceb9 100644
--- a/static/build.html
+++ b/static/build.html
@@ -620,7 +620,7 @@ git am --whitespace=nowarn ../*.patch</pre>
<pre>../generate_release.sh</pre>
- <p>The apks needs to be copied from <code>out/Default/apks/*.apk</code>
+ <p>The apks needs to be copied from <code>out/Default/apks/release/*.apk</code>
into the Android source tree at
<code>external/vanadium/prebuilt/arm64/</code> with arm64
substituted with the correct value for other architectures (arm, x86, x86_64).</p>