-
Notifications
You must be signed in to change notification settings - Fork 0
/
apollo_raven.mk
39 lines (29 loc) · 1.03 KB
/
apollo_raven.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
34
35
36
37
38
39
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Apollo stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/apollo/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/raviole/aosp_raven.mk)
$(call inherit-product, device/google/gs101/lineage_common.mk)
include device/google/raviole/raven/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 6 Pro
PRODUCT_NAME := apollo_raven
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
TARGET_BOOT_ANIMATION_RES := 1440
# Gapps
TARGET_STOCK_GAPPS := true
# UDFPS Animations
EXTRA_UDFPS_ANIMATIONS := true
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=raven \
PRIVATE_BUILD_DESC="raven-user 14 UQ1A.240205.002 11224170 release-keys"
BUILD_FINGERPRINT := google/raven/raven:14/UQ1A.240205.002/11224170:user/release-keys
$(call inherit-product, vendor/google/raven/raven-vendor.mk)