summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McVicker <willmcvicker@google.com>2024-03-26 17:08:35 -0700
committerWill McVicker <willmcvicker@google.com>2024-04-16 12:30:05 -0700
commit2c15174dda2414794bc16e5ee24fb26b8b30d46d (patch)
tree47ac07d988c3958c16d7be4944168c22867643f2
parent4e8185775a4855bf0510d99c22b74a85eefa1997 (diff)
downloadraviole-device-android14-gs-pixel-6.1.tar.gz
kleaf: enable stricter depmod requirementsandroid14-gs-pixel-6.1
- Enabling TRIM_UNUSED_MODULES will force use to list all of the module dependencies in the vendor_boot modules list. - Remove pps-gpio.ko from the vendor_boot since it depends on the GKI modules pps_core.ko. This fixes GKI testing on android15-6.6 when we include all of the GKI modules in the vendor_dlkm image. Change-Id: Iec70e781733d671d0e2b7d38df104b2d69a1d890 Signed-off-by: Will McVicker <willmcvicker@google.com>
-rw-r--r--build.config.gs.common1
-rw-r--r--vendor_boot_modules.gs1011
2 files changed, 1 insertions, 1 deletions
diff --git a/build.config.gs.common b/build.config.gs.common
index 32e8e13ab..977dd87e1 100644
--- a/build.config.gs.common
+++ b/build.config.gs.common
@@ -6,6 +6,7 @@ KCONFIG_EXT_MODULES_PREFIX=$(realpath ${ROOT_DIR} --relative-to ${ROOT_DIR}/${KE
MAKE_GOALS=
KERNEL_BINARY=Image.lz4
+TRIM_UNUSED_MODULES=1
BUILD_INITRAMFS=1
INITRAMFS_VENDOR_RAMDISK_FRAGMENT_NAME=dlkm
LZ4_RAMDISK=1
diff --git a/vendor_boot_modules.gs101 b/vendor_boot_modules.gs101
index ea6d08f5a..fcac282d6 100644
--- a/vendor_boot_modules.gs101
+++ b/vendor_boot_modules.gs101
@@ -136,7 +136,6 @@ pixel_stat_sysfs.ko
pl330.ko
pmic_class.ko
power_stats.ko
-pps-gpio.ko
rtc-s2mpg10.ko
s2mpg10-mfd.ko
s2mpg10-powermeter.ko