From 7e73d5799b1e3245052e418585aaa0bd2b6ac8aa Mon Sep 17 00:00:00 2001
From: Daniel Micay Start the build process, with -j# used to set the number of parallel jobs to the
- number of CPU threads. You also need 2-4GiB of memory per job, so reduce it based on
- available memory if necessary: For an emulator build, always use the development build approach below.rm -r out
- make target-files-package -j20
+ make target-files-package
make -j20+
make
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 @@ -527,7 +523,7 @@ cd ../..
Build the tool needed to generate A/B updates:
-make -j20 brillo_update_payload+
make brillo_update_payload
Generate a signed release build with the release.sh script: