-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathevolution_redfin.mk
33 lines (25 loc) · 1004 Bytes
/
evolution_redfin.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Copyright (C) 2021 The LineageOS Project
# Copyright (C) 2023 The Evolution X Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Evolution stuff.
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)
TARGET_IS_PIXEL := true
TARGET_PIXEL_STAND_SUPPORTED := true
# 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-evolution.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 5
PRODUCT_NAME := evolution_redfin
# Boot animation
TARGET_BOOT_ANIMATION_RES := 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)