mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 14:26:37 +00:00
16 lines
342 B
Makefile
16 lines
342 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Add before redbull BoardConfigLineage.mk
|
|
BOOT_KERNEL_MODULES += sec_touch.ko
|
|
|
|
include device/google/redbull/BoardConfigLineage.mk
|
|
|
|
BOOT_SECURITY_PATCH := 2023-11-05
|
|
VENDOR_SECURITY_PATCH := 2023-11-05
|
|
|
|
include vendor/google/redfin/BoardConfigVendor.mk
|