From b948d59876c1a90e8321c7c9d0788f40efdb68ad Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 24 Jun 2021 12:11:22 -0700 Subject: [PATCH] Remove GKI APEX from build. Test: pass Bug: 191954621 Change-Id: I4150c81fbe2446849608ac8dabee674485ba16c4 --- target/board/BoardConfigGkiCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/board/BoardConfigGkiCommon.mk b/target/board/BoardConfigGkiCommon.mk index 1a8c6b1bb9..51730121cb 100644 --- a/target/board/BoardConfigGkiCommon.mk +++ b/target/board/BoardConfigGkiCommon.mk @@ -29,9 +29,6 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_USES_RECOVERY_AS_BOOT := TARGET_NO_KERNEL := false BOARD_USES_GENERIC_KERNEL_IMAGE := true -BOARD_KERNEL_MODULE_INTERFACE_VERSIONS := \ - 5.4-android12-unstable \ - 5.10-android12-unstable \ # Copy boot image in $OUT to target files. This is defined for targets where # the installed GKI APEXes are built from source.