From 7b36e18a635054966791fc9d2a8ef1758bd73eb6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 23 Apr 2020 16:57:09 -0400 Subject: [PATCH] clarify default build target --- static/build.html | 8 +++++--- 1 file 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/

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:

+ 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.

+ +

To build the default build target:

m