ANDROID: Add IFTTT analyzer markers for GKI modules

* This is temporary check to avoid getting out of sync with regards to
  the list of protected exports each time there is a change in the GKI
  module list.

Bug: 393366754
Bug: 279016364
Change-Id: Ibdfbe5b461f221e3d875f576ec8540f4a8713d8a
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
Ulises Mendez Martinez
2025-03-19 15:31:20 +00:00
committed by Treehugger Robot
parent 4464962caf
commit 537089e284
+4
View File
@@ -6,6 +6,7 @@ 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",
@@ -105,6 +106,7 @@ _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
@@ -204,7 +206,9 @@ def get_kunit_modules_list(arch = None):
return kunit_modules_list
# LINT.IfChange
_COMMON_UNPROTECTED_MODULES_LIST = []
# LINT.ThenChange(gki/aarch64/protected_exports)
# buildifier: disable=unnamed-macro
def get_gki_protected_modules_list(arch = None):