diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-23 16:57:09 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-23 16:57:09 -0400 |
| commit | 7b36e18a635054966791fc9d2a8ef1758bd73eb6 (patch) | |
| tree | cc7dcc1625b4653e36b87a58024f12c2f865f1bf /static | |
| parent | 71af5fb3d0e43bdc00e9eb47095507bab23d6bd7 (diff) | |
clarify default build target
Diffstat (limited to 'static')
| -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> |
