blob: c1872b750de80444aa00e14f1fdbd1584e707b08 [file] [log] [blame]
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Matthias Maennich <maennich@google.com>
Date: Wed, 20 Nov 2019 15:49:05 +0000
Subject: ANDROID: add unstripped modules to the distribution
The kernel ABI is determined by what vmlinux and the kernel modules are
exposing in their distribution. Hence, add IN_KERNEL_MODULES to the
distribution and ensure they have proper debug information.
Change-Id: Ia0ac6b8aa98fa28690acc1469c92c92e01f0fcbd
Signed-off-by: Matthias Maennich <maennich@google.com>
---
build.config.common | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.config.common b/build.config.common
index 8e328b13b082..63912375042d 100644
--- a/build.config.common
+++ b/build.config.common
@@ -10,3 +10,5 @@ BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
EXTRA_CMDS=''
STOP_SHIP_TRACEPRINTK=1
+IN_KERNEL_MODULES=1
+DO_NOT_STRIP_MODULES=1