Add initial Lineage product makefiles

Co-authored-by: Michael Bestas <mkbestas@gmail.com>
Change-Id: I0781b6d4d74680ce7f0d860048871da7c2d43fb6
This commit is contained in:
Chirayu Desai 2021-11-22 21:22:09 +05:30 committed by Michael Bestas
parent 8b71b751ca
commit 4a6dd7d3b5
No known key found for this signature in database
7 changed files with 63 additions and 1 deletions

View file

@ -39,3 +39,6 @@ else
include device/google/comet23/comet23/BoardConfig.mk
endif
DEVICE_PATH := device/google/comet
include $(DEVICE_PATH)/$(TARGET_BOOTLOADER_BOARD_NAME)/BoardConfigLineage.mk

View file

@ -0,0 +1,7 @@
#
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
include $(DEVICE_PATH)/BoardConfigLineage.mk

9
comet/device-lineage.mk Normal file
View file

@ -0,0 +1,9 @@
#
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
$(call inherit-product, $(DEVICE_PATH)/device-lineage.mk)
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/$(DEVICE_CODENAME)/overlay-lineage