summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-02 15:21:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-02 15:21:37 +0000
commit60827299baa197927cf6f977bc0ad3bba5f289e9 (patch)
treed9ffcc6ae0ca34cabbb1eca1a3f852b24214e298
parent893730d16c51e61e21fbe92dd3136b91205bfd37 (diff)
parent43bc0091dba8b32e714569d55aed6551a307277b (diff)
Snap for 9679998 from 43bc0091dba8b32e714569d55aed6551a307277b to sdk-releaseplatform-tools-34.0.1
Change-Id: Ia6398b175faf831d72be7b34862bd8d73cb99efe
-rw-r--r--device-common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 5ee218a..d2d2036 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -21,6 +21,7 @@ TARGET_USES_GKI ?= true
ifeq ($(TARGET_USES_GKI), true)
TARGET_MODS := $(wildcard $(TARGET_KERNEL_DIR)/*.ko)
ifneq ($(TARGET_MODS),)
+ BOARD_DO_NOT_STRIP_VENDOR_RAMDISK_MODULES := true
BOARD_VENDOR_RAMDISK_KERNEL_MODULES := $(TARGET_MODS)
endif
endif