summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-08 18:24:41 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-08 18:24:41 +0200
commitbee1d1bd3fbc359d022682dbbae4c09864ab7f25 (patch)
treea987c0e958e7b57dfbb1e1d48079b76b52183dd0 /BoardConfig.mk
parent8cb09e9270ed445b07ede4b9eba67b404935300c (diff)
downloaddevice_samsung_n7000-bee1d1bd3fbc359d022682dbbae4c09864ab7f25.zip
device_samsung_n7000-bee1d1bd3fbc359d022682dbbae4c09864ab7f25.tar.gz
device_samsung_n7000-bee1d1bd3fbc359d022682dbbae4c09864ab7f25.tar.bz2
configs Replicant 6.0 bringup
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk5
1 files changed, 4 insertions, 1 deletions
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\"