platform_build/target/board/generic_x86_64
SzuWei Lin e0e5b6a93f Include kernel-*-allsyms into boot-*-allsyms.img
The patch fixes the boot-*-allsyms.img of gsi_arm64-userdebug to
pack the kernel with allsyms instead of without allsyms.

Bug: 192318869
Test: build gsi_arm64-userdebug; check the kernel in boot-*-allsyms.img
Test: build gsi_x86_64-userdebug; check the kernel in boot-*-allsyms.img
Change-Id: Ic89dbe27e166d57283c7bef574d525863d20e79f
Merged-In: Ic89dbe27e166d57283c7bef574d525863d20e79f
2021-06-29 17:15:29 +08:00
..
BoardConfig.mk Add GKI to generic x86_64 board 2021-05-20 03:22:27 +00:00
device.mk Include kernel-*-allsyms into boot-*-allsyms.img 2021-06-29 17:15:29 +08:00
README.txt Add GKI to generic x86_64 board 2021-05-20 03:22:27 +00:00
system_ext.prop Moving GSI-specific properties to /system_ext 2019-09-10 21:55:32 +08:00

The "generic_x86_64" product defines a non-hardware-specific x86_64 target
without a bootloader.

It is also the target to build the generic kernel image (GKI).

It is not a product "base class"; no other products inherit
from it or use it in any way.