From bee1d1bd3fbc359d022682dbbae4c09864ab7f25 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 8 Jun 2017 18:24:41 +0200 Subject: configs Replicant 6.0 bringup Signed-off-by: Wolfgang Wiedmeyer --- BoardConfig.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 3534619..ffb8f4a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,12 +26,15 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/n7000/bluetooth # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 -TARGET_KERNEL_CONFIG := cyanogenmod_n7000_defconfig +TARGET_KERNEL_CONFIG := lineageos_n7000_defconfig TARGET_KERNEL_RECOVERY_CONFIG := cyanogenmod_n7000_recovery_defconfig # assert TARGET_OTA_ASSERT_DEVICE := galaxynote,n7000,N7000,GT-N7000 +# enable llvmpipe +BOARD_GPU_DRIVERS := swrast + # We have a high res screen, use big font in recovery BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_15x24.h\" -- cgit v1.1