Browse Source

ANDROID: build.config: Add vmlinux.symvers and modules.builtin to DIST_DIR

Copy vmlinux.symvers and modules.builtin to the DIST_DIR for mixed tree
builds. These files are used by the device kernel to modpost against the
GKI kernel.

These 3 new files add ~300 KB to the DIST_DIR

Bug: 178469391
Change-Id: Ic21a524aac05eafe18925982e860b0be9e6d8728
Signed-off-by: Elliot Berman <[email protected]>
Signed-off-by: Giuliano Procida <[email protected]>
Elliot Berman 4 years ago
parent
commit
e41d160482
2 changed files with 6 additions and 0 deletions
  1. 3 0
      build.config.aarch64
  2. 3 0
      build.config.x86_64

+ 3 - 0
build.config.aarch64

@@ -13,4 +13,7 @@ FILES="
 arch/arm64/boot/Image
 vmlinux
 System.map
+vmlinux.symvers
+modules.builtin
+modules.builtin.modinfo
 "

+ 3 - 0
build.config.x86_64

@@ -14,4 +14,7 @@ FILES="
 arch/x86/boot/bzImage
 vmlinux
 System.map
+vmlinux.symvers
+modules.builtin
+modules.builtin.modinfo
 "