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 209e01cd0b
commit 303ea0fcf0
No known key found for this signature in database
7 changed files with 62 additions and 0 deletions

30
lineage_tegu.mk Normal file
View file

@ -0,0 +1,30 @@
#
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common stuff
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
DEVICE_CODENAME := tegu
DEVICE_PATH := device/google/tegu
$(call inherit-product, $(DEVICE_PATH)/aosp_$(DEVICE_CODENAME).mk)
$(call inherit-product, device/google/zumapro/lineage_common.mk)
$(call inherit-product, $(DEVICE_PATH)/$(DEVICE_CODENAME)/device-lineage.mk)
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 9a
PRODUCT_NAME := lineage_$(DEVICE_CODENAME)
# Boot animation
TARGET_SCREEN_HEIGHT := 2424
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="tegu-user 16 BP2A.250605.031.A2 13578606 release-keys" \
BuildFingerprint=google/tegu/tegu:16/BP2A.250605.031.A2/13578606:user/release-keys \
DeviceProduct=$(DEVICE_CODENAME)