Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 981b13f8 authored by Herbert Xue's avatar Herbert Xue
Browse files

Move building bootloader/radio image task to proper place

Move the task of building bootloader/radio images and unpack their
partitions to build/core/tasks/tools.

Bug: 371876608
Bug: 371877647
Bug: 364491703
Test: presubmit
Change-Id: I336d8888464eab2d53dc41dc448f2a430c82b378
parent 9aa892c6
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -15,3 +15,12 @@
ifeq ($(USES_DEVICE_GOOGLE_ZUMA),true)
ifeq ($(USES_DEVICE_GOOGLE_ZUMA),true)
    -include vendor/google_devices/zuma/prebuilts/misc_bins/update_bootloader_radio_image.mk
    -include vendor/google_devices/zuma/prebuilts/misc_bins/update_bootloader_radio_image.mk
endif
endif
ifeq ($(USES_DEVICE_GOOGLE_ZUMAPRO),true)
    -include vendor/google_devices/zumapro/prebuilts/misc_bins/update_bootloader_radio_image.mk
endif
ifeq ($(USES_DEVICE_GOOGLE_LAGUNA),true)
    -include vendor/google_devices/laguna/prebuilts/misc_bins/update_bootloader_radio_image.mk
endif
ifeq ($(USES_DEVICE_GOOGLE_MALIBU),true)
    -include vendor/google_devices/malibu/prebuilts/misc_bins/update_bootloader_radio_image.mk
endif