From 05cd3c592d68274042153a739dd5788ea5bdba0c Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Thu, 14 Oct 2021 13:14:46 +0800 Subject: [PATCH] ANDROID: distribute Module.symvers Module.symvers contains the exported symbols with additional metadata, which can be used to build kernel modules that use/need them. Bug: 202914651 Signed-off-by: Isaac Chen Change-Id: Ife00f368723f08bfdbe56cb1737ee328e2749d00 --- build.config.aarch64 | 1 + build.config.x86_64 | 1 + 2 files changed, 2 insertions(+) diff --git a/build.config.aarch64 b/build.config.aarch64 index 66bc7842983c..d083c7f4a485 100644 --- a/build.config.aarch64 +++ b/build.config.aarch64 @@ -11,4 +11,5 @@ arch/arm64/boot/Image.gz arch/arm64/boot/Image vmlinux System.map +Module.symvers " diff --git a/build.config.x86_64 b/build.config.x86_64 index df73a47e7220..16d5f0908042 100644 --- a/build.config.x86_64 +++ b/build.config.x86_64 @@ -8,4 +8,5 @@ FILES=" arch/x86/boot/bzImage vmlinux System.map +Module.symvers "