platform_vendor_tequila/build
Rashed Abdel-Tawab 60fe93525a lineage: Rework DTBO image generation
Currently we handle the DTBO images from start to finish, including
AVB footers, and just drop them in $(PRODUCT_OUT)/dtbo.img when done.
While this works for the most part, we are limited in what we can do
with the DTBO images. For example non-A/B device recovery images must
have a copy of the DTBO image appended to recovery (see AOSP docs:
https://source.android.com/devices/bootloader/recovery-image ). This
means that we need to pass the pre-AVB dtbo image into
BOARD_PREBUILT_DTBOIMAGE in order to let the AOSP build system handle it.

This commit reworks the way the DTBO images are built, placing them at
$(PRODUCT_OUT)/dtbo-pre.img instead and setting BOARD_PREBUILT_DTBOIMAGE
to that path so the AOSP build system can pick the images up and sign
them and append to recovery (for applicable devices).

Change-Id: I8819d7cd92ba298de67dbc7f6b321917ba8524f1
2019-06-06 07:17:27 +02:00
..
core Never allow neverallows 2019-02-16 21:14:14 +01:00
soong soong_config: Add BOOTLOADER_MESSAGE_OFFSET 2019-02-26 16:47:50 +01:00
target/product lineage: Make sure to consider our product makefiles 2018-08-10 19:37:27 +01:00
tasks lineage: Rework DTBO image generation 2019-06-06 07:17:27 +02:00
templates extract_utils: template: introduce kang mode 2019-03-03 16:42:24 +02:00
tools extract_utils: introduce support for executing blob fixups 2019-03-03 16:44:53 +02:00
envsetup.sh envsetup: Add githubremote function 2018-08-30 23:17:00 +02:00