mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
32 lines
912 B
Makefile
32 lines
912 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
# Inherit device configuration
|
|
$(call inherit-product, device/google/redfin/aosp_redfin.mk)
|
|
$(call inherit-product, device/google/redbull/lineage_common.mk)
|
|
|
|
include device/google/redfin/device-lineage.mk
|
|
|
|
# Device identifier. This must come after all inclusions
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MODEL := Pixel 5
|
|
PRODUCT_NAME := lineage_redfin
|
|
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 2340
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
TARGET_PRODUCT=redfin \
|
|
PRIVATE_BUILD_DESC="redfin-user 14 UP1A.231105.001.B2 11260668 release-keys"
|
|
|
|
BUILD_FINGERPRINT := google/redfin/redfin:14/UP1A.231105.001.B2/11260668:user/release-keys
|
|
|
|
$(call inherit-product, vendor/google/redfin/redfin-vendor.mk)
|