diff options
| -rw-r--r-- | static/build.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 7f2a9abd..d57eb1eb 100644 --- a/static/build.html +++ b/static/build.html @@ -462,7 +462,8 @@ git submodule update --init --recursive <a href="#extracting-vendor-files-for-pixel-devices">Extracting vendor files for Pixel devices</a> </h3> - <p>This section does not apply to devices where no extra vendor files are required (HiKey, HiKey 960, emulator, generic targets).</p> + <p>This section is specific to Pixel devices. The emulator and generic targets don't + require extra vendor files.</p> <p>Many of these components are already open source, but not everything is set up to be built by the Android Open Source Project build system. Switching to building these |
