aboutsummaryrefslogtreecommitdiff
path: root/en/setup/build/building.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/setup/build/building.html')
-rw-r--r--en/setup/build/building.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/en/setup/build/building.html b/en/setup/build/building.html
index 0cc83c3a..b2446ee2 100644
--- a/en/setup/build/building.html
+++ b/en/setup/build/building.html
@@ -24,7 +24,7 @@
<p>The following instructions to build the Android source tree apply to all
-branches, including <code>master</code>. The basic sequence of build commands
+branches, except <code>master</code>. The basic sequence of build commands
is as follows.</p>
<h2 id="obtaining-proprietary-binaries">Obtain proprietary binaries</h2>
@@ -44,11 +44,9 @@ resources.</p>
AOSP release branches from <a
href="https://developers.google.com/android/drivers" class="external">Google's
drivers</a>. These binaries add access to additional hardware capabilities
-with non-open source code. To instead build the AOSP master branch, use the
-<a href="https://developers.google.com/android/blobs-preview" class="external">
-Binaries Preview</a>. When building the master branch for a device, use
-the binaries for the <a href="/setup/start/build-numbers.html">most recent
-numbered release</a> or with the most recent date.</p>
+with non-open source code. When building the <code>master</code> branch for
+a device, the binaries are part of the Android source tree and will be in the
+<code>vendor/</code> hierarchy.</p>
<h3 id="extracting-proprietary-binaries">Extract proprietary binaries</h3>