2021-11-23 00:52:09 +09:00
|
|
|
#
|
|
|
|
# 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)
|
2024-12-09 15:14:11 +09:00
|
|
|
$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
|
2021-11-23 00:52:09 +09:00
|
|
|
|
|
|
|
# Inherit device configuration
|
|
|
|
DEVICE_CODENAME := lynx
|
|
|
|
DEVICE_PATH := device/google/lynx
|
2021-12-04 04:31:42 +09:00
|
|
|
VENDOR_PATH := vendor/google/lynx
|
2021-11-23 00:52:09 +09:00
|
|
|
$(call inherit-product, $(DEVICE_PATH)/aosp_$(DEVICE_CODENAME).mk)
|
|
|
|
$(call inherit-product, device/google/gs201/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 7a
|
|
|
|
PRODUCT_NAME := lineage_$(DEVICE_CODENAME)
|
|
|
|
|
|
|
|
# Boot animation
|
|
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
|
2024-12-09 15:14:11 +09:00
|
|
|
# UDFPS
|
|
|
|
TARGET_HAS_UDFPS := true
|
|
|
|
|
2021-11-23 00:52:09 +09:00
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
2025-01-08 19:11:02 +09:00
|
|
|
BuildDesc="lynx-user 15 AP4A.250105.002 12701944 release-keys" \
|
|
|
|
BuildFingerprint=google/lynx/lynx:15/AP4A.250105.002/12701944:user/release-keys \
|
2021-11-23 00:52:09 +09:00
|
|
|
DeviceProduct=$(DEVICE_CODENAME)
|
2021-12-04 04:31:42 +09:00
|
|
|
|
|
|
|
$(call inherit-product, $(VENDOR_PATH)/$(DEVICE_CODENAME)-vendor.mk)
|