b8f04a0f4a
And replace many references of ${ROOT_DIR}/common with ${ROOT_DIR}/${KERNEL_DIR}, which makes it a lot easier to branch off of ACK and update the KERNEL_DIR. The variable of KERNEL_DIR will be set in build/_setup_env.sh to the directory of the build config file by default if it's not set explicitly in the build config file or in environment. Test: build test with following configs common/build.config.gki.aarch64 common/build.config.db845c common/build.config.hikey960 common-modules/virtual-device/build.config.cuttlefish.aarch64 common-modules/virtual-device/build.config.goldfish.aarch64 Bug: 162785964 Change-Id: I790ac0ded10bd790484f14c6f93d53e06c38b830 Signed-off-by: Will McVicker <willmcvicker@google.com> Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> (cherry picked from commit 931718fa65fe5e34d143250c048f591a7d74e5f8)
19 lines
619 B
Plaintext
19 lines
619 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
|
|
|
DEFCONFIG=hikey960_gki_defconfig
|
|
PRE_DEFCONFIG_CMDS="cat ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/gki_defconfig ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/hikey960_gki.fragment > ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/${DEFCONFIG};"
|
|
POST_DEFCONFIG_CMDS="rm ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/${DEFCONFIG}"
|
|
|
|
EXT_MODULES="
|
|
hikey-modules/midgard
|
|
"
|
|
|
|
FILES="
|
|
arch/arm64/boot/Image.gz
|
|
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dtb
|
|
vmlinux
|
|
System.map
|
|
"
|
|
KMI_SYMBOL_LIST=android/abi_gki_aarch64_hikey960
|