mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
* Blobs that can be built from source code are built from source. * The proprietary files lists are generated by comparing stock partition contents with AOSP generated partitions. Co-authored-by: Alessandro Astone <ales.astone@gmail.com> Co-authored-by: Bruno Martins <bgcngm@gmail.com> Co-authored-by: Chirayu Desai <chirayudesai1@gmail.com> Co-authored-by: Christopher N. Hesse <raymanfx@gmail.com> Co-authored-by: Dan Pasanen <dan.pasanen@gmail.com> Co-authored-by: Eamon Powell <eamonpowell@outlook.com> Co-authored-by: Josh Chasky <jchasky@gmail.com> Co-authored-by: "Josh Fox (XlxFoXxlX)" <joshfox87@gmail.com> Co-authored-by: Michael Bestas <mkbestas@lineageos.org> Co-authored-by: Nolen Johnson <johnsonnolen@gmail.com> Co-authored-by: Rashed Abdel-Tawab <rashed@linux.com> Co-authored-by: razorloves <razorloves@gmail.com> Change-Id: I17f79b417a8f0d022bec9c6b5f37d03b842d43e1
13 lines
271 B
Makefile
13 lines
271 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
|
|
|
|
include vendor/google/redfin/BoardConfigVendor.mk
|