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

Commit f936d5b4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move building bootloader/radio image task to proper place" into main

parents 099a1c0f 981b13f8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15,3 +15,12 @@
ifeq ($(USES_DEVICE_GOOGLE_ZUMA),true)
    -include vendor/google_devices/zuma/prebuilts/misc_bins/update_bootloader_radio_image.mk
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