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>
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 @@
 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