9c18171502
Previously the cuttlefish build was cat'ng the cuttlefish.fragment with the gki_defconfig. The correct way to merge fragments is to use the merge_configs script. Bug: 139431025 Bug: 148247383 Test: Treehugger Signed-off-by: Ram Muthiah <rammuthiah@google.com> Change-Id: I0a62e6c5395b6933955894c8d5ad0484f5c7102d
11 lines
583 B
Text
11 lines
583 B
Text
. ${ROOT_DIR}/common/build.config.common
|
|
. ${ROOT_DIR}/common/build.config.aarch64
|
|
. ${ROOT_DIR}/common/build.config.gki
|
|
|
|
BUILD_INITRAMFS=1
|
|
DEFCONFIG=cf_aarch_64_gki_defconfig
|
|
PRE_DEFCONFIG_CMDS="KCONFIG_CONFIG=${ROOT_DIR}/common/arch/arm64/configs/${DEFCONFIG} ${ROOT_DIR}/common/scripts/kconfig/merge_config.sh -m -r ${ROOT_DIR}/common/arch/arm64/configs/gki_defconfig ${ROOT_DIR}/common/cuttlefish.fragment"
|
|
POST_DEFCONFIG_CMDS="rm ${ROOT_DIR}/common/arch/arm64/configs/${DEFCONFIG}"
|
|
|
|
# Not saving any kernel images. This build step is meant purely to generate the .kos.
|
|
FILES=""
|