Update update_bootloader_radio_image.mk calling path
The "vendor/google/build" is not available to some specific builds.
Update the path to avoid build break.
Bug: 377597097
Test: presubmit
(cherry picked from https://android-review.googlesource.com/q/commit:37fec98827cb8610801a0a41ed763cf827e23282)
Merged-In: Ic0da52f0b286b00f974b0e51424274e1e8484741
Change-Id: Ic0da52f0b286b00f974b0e51424274e1e8484741
diff --git a/core/main.mk b/core/main.mk
index 624df49..7c07f9d 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -305,7 +305,7 @@
$(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] including $(mk) ...)$(eval include $(mk)))
# Build bootloader.img/radio.img, and unpack the partitions.
--include vendor/google/build/tasks/tools/update_bootloader_radio_image.mk
+-include vendor/google_devices/$(TARGET_SOC)/prebuilts/misc_bins/update_bootloader_radio_image.mk
# For an unbundled image, we can skip blueprint_tools because unbundled image
# aims to remove a large number framework projects from the manifest, the