diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-09 16:16:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-09 16:16:21 -0400 |
| commit | ae5afd6ee17afd06a08597aef501c7663231b7ea (patch) | |
| tree | 2e60de2a4203e1026b0d3f742c8efb0426af5b3e | |
| parent | 7d7f005930b9a4d301ea74a5be731e505d5fd5d0 (diff) | |
external/chromium -> external/vanadium
| -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 |
