diff --git a/static/build.html b/static/build.html index fdb34d54..1b9c9bd1 100644 --- a/static/build.html +++ b/static/build.html @@ -400,7 +400,7 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
rm -r out
-
make target-files-package
+
m target-files-package

For an emulator build, always use the development build approach below.

@@ -415,7 +415,7 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/ bootloader unlocked and flashing the raw images that are signed with the default public test keys:

-
make
+
m

Technically, you could generate test key signed update packages. However, there's no point of sideloading update packages when the bootloader is unlocked and there's no @@ -523,7 +523,7 @@ cd ../..

Build the tool needed to generate A/B updates:

-
make brillo_update_payload
+
m brillo_update_payload

Generate a signed release build with the release.sh script: