-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblaze_raven.mk
40 lines (31 loc) · 1.12 KB
/
blaze_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
40
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common blaze stuff.
TARGET_DISABLE_EPPE := true
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
$(call inherit-product, vendor/blaze/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 := blaze_raven
# Boot animation
TARGET_BOOT_ANIMATION_RES := 1440
#Blaze Stuff
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_SUPPORTS_BLUR := true
TARGET_UDFPS_ANIMATIONS := true
BLAZE_BUILD_TYPE := OFFICIAL
BLAZE_MAINTAINER := CYB3R0ID694
WITH_GAPPS := true
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=raven \
PRIVATE_BUILD_DESC="raven-user 14 AP2A.240705.004 11875680 release-keys"
BUILD_FINGERPRINT := google/raven/raven:14/AP2A.240705.004/11875680:user/release-keys
$(call inherit-product, vendor/google/raven/raven-vendor.mk)