pstar: set device specific additional kernel defconfig

This commit is contained in:
SGCMarkus 2022-02-17 12:06:58 +01:00
parent cb1aae3e9d
commit a466b83a00

View File

@ -22,6 +22,9 @@ $(call inherit-product, device/motorola/sm8250-common/BoardConfigCommon.mk)
# Bluetooth # Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
# Kernel
TARGET_KERNEL_ADDITIONAL_CONFIG := vendor/lineage_pstar_defconfig
# Partitions # Partitions
BOARD_USERDATAIMAGE_PARTITION_SIZE := 226517168128 BOARD_USERDATAIMAGE_PARTITION_SIZE := 226517168128
ifneq ($(WITH_GMS),true) ifneq ($(WITH_GMS),true)