Both x86 and arm64 are covered in this change. The ramdisk and ko's are put in the DIST_DIR by the BUILD_INITRAMFS option. Bug: 139431025 Test: Local build and boot of cf Signed-off-by: Ram Muthiah <rammuthiah@google.com> Change-Id: I82a410ea3cf9b9177a1c8f2186d88344b9a63488
11 lines
460 B
Plaintext
11 lines
460 B
Plaintext
. ${ROOT_DIR}/common/build.config.common
|
|
. ${ROOT_DIR}/common/build.config.aarch64
|
|
. ${ROOT_DIR}/common/build.config.gki
|
|
|
|
DEFCONFIG=cf_aarch_64_gki_defconfig
|
|
PRE_DEFCONFIG_CMDS="cat ./common/arch/arm64/configs/gki_defconfig ./common/cuttlefish.fragment > ./common/arch/arm64/configs/${DEFCONFIG};"
|
|
POST_DEFCONFIG_CMDS="rm ./common/arch/arm64/configs/${DEFCONFIG}"
|
|
|
|
# Not saving any kernel images. This build step is meant purely to generate the .kos.
|
|
FILES=""
|