Add initial Lineage common makefiles
Change-Id: I8136e9f0df40ca3bf96dbfd2453275481178cdaa
This commit is contained in:
parent
af939d7802
commit
720d936cc6
3 changed files with 15 additions and 0 deletions
|
@ -433,3 +433,5 @@ BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||||
|
|
||||||
# pick up library for cleaning digital car keys on factory reset
|
# pick up library for cleaning digital car keys on factory reset
|
||||||
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
|
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
|
||||||
|
|
||||||
|
include device/google/zuma/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/zuma/overlay-lineage
|
Loading…
Add table
Add a link
Reference in a new issue