Merge "build: Add bazel support for Neo LA"
This commit is contained in:
commit
88e712d907
37
build.config.msm.neo-la
Normal file
37
build.config.msm.neo-la
Normal file
@ -0,0 +1,37 @@
|
||||
################################################################################
|
||||
## Inheriting configs from ACK
|
||||
. ${ROOT_DIR}/msm-kernel/build.config.common
|
||||
. ${ROOT_DIR}/msm-kernel/build.config.aarch64
|
||||
|
||||
################################################################################
|
||||
## Variant setup
|
||||
MSM_ARCH=neo_la
|
||||
VARIANTS=(consolidate gki)
|
||||
[ -z "${VARIANT}" ] && VARIANT=consolidate
|
||||
|
||||
ABL_SRC=bootable/bootloader/edk2
|
||||
BOOT_IMAGE_HEADER_VERSION=4
|
||||
BASE_ADDRESS=0x80000000
|
||||
PAGE_SIZE=4096
|
||||
BUILD_VENDOR_DLKM=1
|
||||
PREPARE_SYSTEM_DLKM=1
|
||||
SYSTEM_DLKM_MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
SUPER_IMAGE_SIZE=0x10000000
|
||||
TRIM_UNUSED_MODULES=1
|
||||
BUILD_INIT_BOOT_IMG=1
|
||||
|
||||
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
|
||||
|
||||
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
|
||||
KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 msm_geni_serial.con_enabled=1 '
|
||||
fi
|
||||
|
||||
KERNEL_VENDOR_CMDLINE+=' bootconfig '
|
||||
|
||||
################################################################################
|
||||
## Inheriting MSM configs
|
||||
. ${KERNEL_DIR}/build.config.msm.common
|
||||
. ${KERNEL_DIR}/build.config.msm.gki
|
||||
|
||||
## Inherit SXR configs
|
||||
. ${KERNEL_DIR}/build.config.sxr.common
|
@ -2,6 +2,7 @@ build.config.msm.autogvm
|
||||
build.config.msm.autoghgvm
|
||||
build.config.msm.pineapple
|
||||
build.config.msm.anorak
|
||||
build.config.msm.neo-la
|
||||
build.config.msm.niobe
|
||||
build.config.msm.seraph
|
||||
build.config.msm.kalama
|
||||
|
@ -18,6 +18,7 @@ load("//build:msm_kernel_extensions.bzl", "define_top_level_rules")
|
||||
load(":blair.bzl", "define_blair")
|
||||
load(":pitti.bzl", "define_pitti")
|
||||
load(":anorak.bzl", "define_anorak")
|
||||
load(":neo_la.bzl", "define_neo_la")
|
||||
|
||||
def define_msm_platforms():
|
||||
define_top_level_rules()
|
||||
@ -40,3 +41,4 @@ def define_msm_platforms():
|
||||
define_blair()
|
||||
define_pitti()
|
||||
define_anorak()
|
||||
define_neo_la()
|
||||
|
@ -5,6 +5,7 @@ la_targets = [
|
||||
"autogvm",
|
||||
"blair",
|
||||
"gen3auto",
|
||||
"neo-la",
|
||||
"niobe",
|
||||
"pineapple",
|
||||
"pitti",
|
||||
|
Loading…
Reference in New Issue
Block a user