summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-02-07 20:46:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-07 20:46:38 +0000
commit342c10d090e70b968856c86736d267f051dfec51 (patch)
treed9ffcc6ae0ca34cabbb1eca1a3f852b24214e298
parent8daa0270d945f09c72585188f0971038f2ac1953 (diff)
parentb4b0b7a60d1b22e98475862a9c68b6cd27a9b214 (diff)
device-common: Do not strip signed GKI modules am: 43bc0091db am: b4b0b7a60d
Original change: https://android-review.googlesource.com/c/device/linaro/dragonboard/+/2422895 Change-Id: Ice130ebf31744cd7e1459862080904b22f6a2f23 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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