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, 6 insertions, 4 deletions
diff --git a/en/setup/build/building.html b/en/setup/build/building.html
index b2446ee2..4c4fa5b0 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, except <code>master</code>. The basic sequence of build commands
+branches, including <code>master</code>. The basic sequence of build commands
is as follows.</p>
<h2 id="obtaining-proprietary-binaries">Obtain proprietary binaries</h2>
@@ -44,9 +44,11 @@ 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. 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>
+with non-open source code. To build the AOSP master branch, use the
+<a href="https://developers.google.com/android/blobs-preview" class="external">
+Binaries Preview</a> instead. 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>
<h3 id="extracting-proprietary-binaries">Extract proprietary binaries</h3>