external/chromium -> external/vanadium

This commit is contained in:
Daniel Micay 2019-07-09 16:16:21 -04:00
parent 7d7f005930
commit ae5afd6ee1

View File

@ -190,7 +190,7 @@ cd ../..</pre>
<code>Vanadium</code> patches change. <code>Vanadium</code> patches change.
Chromium and the WebView are independent applications built from the Chromium source tree. The 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"> 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. 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> <p>The apk needs to be copied from <code>out/Default/apks/MonochromePublic.apk</code>
into the Android source tree at 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 <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 <code>chrome_modern_public_apk</code> and <code>system_webview_apk</code> targets but