diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-14 17:22:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-14 17:22:48 -0400 |
| commit | 1a4e64fe09521f49751d0aa1365beab3aa0450b8 (patch) | |
| tree | 62a73014e58827e0616aa1c5631e95dd3c338f5d /static/build.html | |
| parent | bf00f46018fc41bbd019401e486faa6a56555490 (diff) | |
generate_trichrome_apk.sh -> generate_release.sh
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index c44d1c1e..03eb93f5 100644 --- a/static/build.html +++ b/static/build.html @@ -615,9 +615,9 @@ git am --whitespace=nowarn ../*.patch</pre> <pre>ninja -C out/Default/ trichrome_webview_apk trichrome_chrome_bundle trichrome_library_apk</pre> - <p>Generate TrichromeChrome.apk from the bundle:</p> + <p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p> - <pre>../generate_trichrome_apk.sh</pre> + <pre>../generate_release.sh</pre> <p>The apks needs to be copied from <code>out/Default/apks/*.apk</code> into the Android source tree at |
