-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBoardConfigEvervolv.mk
47 lines (42 loc) · 1.37 KB
/
BoardConfigEvervolv.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
BUILD_BROKEN_DUP_RULES := true
# Kernel
TARGET_KERNEL_DTBO_PREFIX := dts/
TARGET_KERNEL_DTBO := google/dtbo.img
TARGET_KERNEL_DTB := \
google/gs101-a0.dtb \
google/gs101-b0.dtb
# Kernel modules
BOARD_VENDOR_KERNEL_MODULES_LOAD_RAW := $(strip $(shell cat device/google/raviole/vendor_dlkm.modules.load))
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(foreach m,$(BOARD_VENDOR_KERNEL_MODULES_LOAD_RAW),$(notdir $(m)))
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD_RAW := $(strip $(shell cat device/google/raviole/vendor_boot.modules.load))
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(foreach m,$(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD_RAW),$(notdir $(m)))
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD)
TARGET_KERNEL_EXT_MODULES := \
amplifiers/audiometrics \
amplifiers/cs35l41 \
amplifiers/cs40l25 \
amplifiers/drv2624 \
aoc \
aoc/alsa \
aoc/usb \
bluetooth/broadcom \
bms \
display/samsung \
edgetpu/abrolhos/drivers/edgetpu \
gpu/mali_kbase \
gpu/mali_pixel \
lwis \
nfc \
power/reset \
touch/common \
touch/fts/ftm5 \
touch/sec \
uwb/kernel \
wlan/bcmdhd4389
# Manifests
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += hardware/lineage/interfaces/compatibility_matrices/compatibility_matrix.lineage.xml