diff options
| -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 9231f055..f677625a 100644 --- a/static/build.html +++ b/static/build.html @@ -190,7 +190,7 @@ cd ../..</pre> <code>Vanadium</code> patches change. Chromium and the WebView are independent applications built from the Chromium source tree. The - GrapheneOS Chromium build is located at external/chromium and includes the WebView. + GrapheneOS Chromium build is located at external/vanadium and includes the WebView. See <a href="https://www.chromium.org/developers/how-tos/android-build-instructions"> Chromium's Android build instructions</a> for details on obtaining the prerequisites. @@ -229,7 +229,7 @@ git am ../*.patch</pre> <p>The apk needs to be copied from <code>out/Default/apks/MonochromePublic.apk</code> into the Android source tree at - <code>external/chromium/prebuilt/arm64/MonochromePublic.apk</code></p> + <code>external/vanadium/prebuilt/arm64/MonochromePublic.apk</code></p> <p>Standalone builds of Chromium and the WebView can be done via the <code>chrome_modern_public_apk</code> and <code>system_webview_apk</code> targets but |
