device-common: Do not strip signed GKI modules

Do not strip signed GKI modules while installing them in
vendor_ramdisk. Otherwise we run into the following fatal
error while loading signed GKI modules:

"module verification failed: signature and/or required key missing - tainting kernel"

Ideally signed GKI modules should go in a separate
system_dlkm partition, but we don't have that part supported
on dragonboards yet. So this is a temporary hack while a
proper fix is being worked upon.

Change-Id: Id7ce6b5fe073d224510c2622b4d6dda041bde7c2
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
1 file changed