diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-27 07:35:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-27 07:35:02 -0400 |
| commit | cec957646928e0ff7264bfcfb7ef3c6677ce2e4d (patch) | |
| tree | ef62c04dbc1734e2da5d31caa006868377bd7d33 | |
| parent | b14847c771bf3a8756d7f3a5763bc4694cf87c16 (diff) | |
add back Trichrome apk targets
| -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 e42e4fb1..6f742e21 100644 --- a/static/build.html +++ b/static/build.html @@ -797,9 +797,9 @@ gclient sync -D --with_branch_heads --with_tags --jobs 32</pre> <p>Build the components:</p> - <pre>ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_bundle trichrome_library_64_32_apk</pre> + <pre>ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk</pre> - <p>Generate TrichromeChrome.apk from the bundle and sign the apks:</p> + <p>Sign the apks:</p> <pre>../generate_release.sh</pre> |
