From b0eac167d9d662b3f44614806049e18a2a1a2e8b Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Mon, 21 Mar 2022 11:18:09 -0700 Subject: [PATCH] Remove the oudated kernel from `INTERNAL_EMULATOR_PACKAGE_FILES` The kernel referened is too old and we switched to the GKI kernel which is located in kernel/prebuilts. Bug: 225203974 Test: presubmit Signed-off-by: Roman Kiryanov Change-Id: I02bd9cad70fafcdfda9a7540aa7f05b397023841 --- core/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 02de5d5353..37adf89b28 100644 --- a/core/Makefile +++ b/core/Makefile @@ -6434,7 +6434,6 @@ endif ifeq ($(BUILD_EMULATOR),true) INTERNAL_EMULATOR_PACKAGE_FILES += \ $(HOST_OUT_EXECUTABLES)/emulator$(HOST_EXECUTABLE_SUFFIX) \ - prebuilts/qemu-kernel/$(TARGET_ARCH)/kernel-qemu \ $(INSTALLED_RAMDISK_TARGET) \ $(INSTALLED_SYSTEMIMAGE_TARGET) \ $(INSTALLED_USERDATAIMAGE_TARGET)