From 4446f7e727ea71ca777ba62866cf5c70140401f7 Mon Sep 17 00:00:00 2001 From: Ulises Mendez Martinez Date: Wed, 14 May 2025 16:09:15 +0000 Subject: [PATCH] Revert "ANDROID: Add IFTTT analyzer markers for GKI modules" This reverts commit 537089e284b6d85810e9c679a6e531af11262fbd. 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 --- modules.bzl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules.bzl b/modules.bzl index 5edd22d5bbb9..febc4bd0bcce 100644 --- a/modules.bzl +++ b/modules.bzl @@ -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):