Update path to device/generic/goldfish/tools

Bug: 416327221
Test: m emu_img_zip
Change-Id: I8e8ed15d1c2a726e8c93fd7c8072a26c0a9ad3a0
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/core/Makefile b/core/Makefile
index b423476..d6ffc0fb 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -6526,7 +6526,7 @@
 endif
 
 ifeq ($(BUILD_QEMU_IMAGES),true)
-  MK_VBMETA_BOOT_KERNEL_CMDLINE_SH := device/generic/goldfish/tools/mk_vbmeta_boot_params.sh
+  MK_VBMETA_BOOT_KERNEL_CMDLINE_SH := device/generic/goldfish/build/tools/mk_vbmeta_boot_params.sh
   $(BUILT_TARGET_FILES_DIR): $(MK_VBMETA_BOOT_KERNEL_CMDLINE_SH)
 endif
 
@@ -7614,7 +7614,7 @@
 dalvikfiles: $(INTERNAL_DALVIK_MODULES)
 
 ifeq ($(BUILD_QEMU_IMAGES),true)
-MK_QEMU_IMAGE_SH := device/generic/goldfish/tools/mk_qemu_image.sh
+MK_QEMU_IMAGE_SH := device/generic/goldfish/build/tools/mk_qemu_image.sh
 MK_COMBINE_QEMU_IMAGE := $(HOST_OUT_EXECUTABLES)/mk_combined_img
 
 ifdef INSTALLED_SYSTEMIMAGE_TARGET