gs101: Add initial Lineage common makefiles
Change-Id: I8136e9f0df40ca3bf96dbfd2453275481178cdaa
This commit is contained in:
parent
f9c9b8a253
commit
d7c657ef9b
3 changed files with 15 additions and 0 deletions
|
@ -396,3 +396,5 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
|||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||
|
||||
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
|
||||
|
||||
include device/google/gs101/BoardConfigLineage.mk
|
||||
|
|
5
BoardConfigLineage.mk
Normal file
5
BoardConfigLineage.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
8
lineage_common.mk
Normal file
8
lineage_common.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-lineage
|
Loading…
Add table
Add a link
Reference in a new issue