diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 15:08:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 15:08:05 -0400 |
| commit | 0480fa35a8f9b2af8aa896d850a2c7b50c24384d (patch) | |
| tree | 7e33dc513d68c36cdce693868b0c947282a3b6c9 | |
| parent | 2241ea05b66cca35fd4b4749225c1cd0b8f2c04c (diff) | |
android-prepare-vendor was ported to Python 3
| -rw-r--r-- | static/build.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 4ca03fb7..336c8024 100644 --- a/static/build.html +++ b/static/build.html @@ -276,8 +276,7 @@ <ul> <li>OpenJDK (for the jar command)</li> - <li>python2</li> - <li>python2-protobuf</li> + <li>protobuf library for Python 3</li> </ul> <p>Additional Vanadium (Chromium) build dependencies not provided by the source tree:</p> |
