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 <ycchen@google.com> Change-Id: Ife00f368723f08bfdbe56cb1737ee328e2749d00
This commit is contained in:
parent
6eea8a6d1d
commit
05cd3c592d
@ -11,4 +11,5 @@ arch/arm64/boot/Image.gz
|
|||||||
arch/arm64/boot/Image
|
arch/arm64/boot/Image
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
|
Module.symvers
|
||||||
"
|
"
|
||||||
|
@ -8,4 +8,5 @@ FILES="
|
|||||||
arch/x86/boot/bzImage
|
arch/x86/boot/bzImage
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
|
Module.symvers
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user