diff options
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index 3692b3d6..fab5c8eb 100644 --- a/static/build.html +++ b/static/build.html @@ -413,9 +413,11 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/ <p>The normal production build process involves building a target files package to be resigned with secure release keys and then converted into factory images and/or an update zip via the sections below. If you have a dedicated development device with no - security requirements, you can save time by using the default make target, leaving the - bootloader unlocked and flashing the raw images that are signed with the default - public test keys:</p> + security requirements, you can save time by using the default build target rather than + target-files-package. Leave the bootloader unlocked and flashing the raw images that + are signed with the default public test keys.</p> + + <p>To build the default build target:</p> <pre>m</pre> |
