Revert "ANDROID: Add IFTTT analyzer markers for GKI modules"

This reverts commit 537089e284.

Reason for revert: this file will be no longer needed after the symbol
runtime protection refactor.

Bug: 393366754
Bug: 279016364
Change-Id: Ibde73f1f8a1abe5add4a2719433a39b84dff8cf1
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
Ulises Mendez Martinez
2025-05-14 16:09:15 +00:00
parent 2737d550a6
commit 4446f7e727

View File

@@ -6,7 +6,6 @@ This module contains a full list of kernel modules
compiled by GKI.
"""
# LINT.IfChange
_COMMON_GKI_MODULES_LIST = [
# keep sorted
"drivers/block/virtio_blk.ko",
@@ -104,7 +103,6 @@ _ARM64_GKI_MODULES_LIST = [
"drivers/misc/open-dice.ko",
"drivers/ptp/ptp_kvm.ko",
]
# LINT.ThenChange(gki/aarch64/protected_exports)
_X86_GKI_MODULES_LIST = [
# keep sorted
@@ -205,12 +203,10 @@ def get_kunit_modules_list(arch = None):
return kunit_modules_list
# LINT.IfChange
_COMMON_UNPROTECTED_MODULES_LIST = [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
]
# LINT.ThenChange(gki/aarch64/protected_exports)
# buildifier: disable=unnamed-macro
def get_gki_protected_modules_list(arch = None):