summaryrefslogtreecommitdiff
path: root/BoardConfigLineage.mk
blob: c69bbb9246e0f47b0af0d50d97813e9002c46fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Common board config for marlin, sailfish

# Build vendor image
BOARD_VENDORIMAGE_PARTITION_SIZE := 314572800
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4

# Kernel
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
TARGET_COMPILE_WITH_MSM_KERNEL := true
TARGET_KERNEL_CONFIG := lineageos_marlin_defconfig
TARGET_KERNEL_SOURCE := kernel/google/marlin

-include vendor/google/marlin/BoardConfigVendor.mk