-
Notifications
You must be signed in to change notification settings - Fork 0
/
xtended_cheetah.mk
43 lines (35 loc) · 1.32 KB
/
xtended_cheetah.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
41
42
43
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
TARGET_BOOT_ANIMATION_RES := 1440
# Inherit some common Project-Xtended stuff.
$(call inherit-product, vendor/xtended/config/common.mk)
$(call inherit-product, vendor/gms/gms_full.mk)
# Inherit device configuration
$(call inherit-product, device/google/pantah/aosp_cheetah.mk)
include device/google/pantah/device-aosp.mk
# Project-Xtended Xtras
WITH_GMS := true
TARGET_FACE_UNLOCK_SUPPORTED := false
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_PIXEL_CHARGER := true
TARGET_INCLUDE_LIVE_WALLPAPERS := false
TARGET_INCLUDE_NGA := true
TARGET_USE_GOOGLE_TELEPHONY := true
INCLUDE_PIXEL_FRAMEWORK := true
# Xtended Official Flags
XTENDED_BUILD_TYPE := OFFICIAL
XTENDED_BUILD_MAINTAINER := Pyrtle93
# Parts
$(call inherit-product-if-exists, vendor/google/pixelparts/pixelparts.mk)
$(call inherit-product-if-exists, vendor/google/pixelparts/powershare/device.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := xtended_cheetah
PRODUCT_MODEL := Pixel 7 Pro
PRODUCT_BRAND := google
PRODUCT_MANUFACTURER := Google
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=cheetah \
PRIVATE_BUILD_DESC="cheetah-user 13 TQ2A.230505.002 9891397 release-keys"
BUILD_FINGERPRINT := $(PRODUCT_OVERRIDE_FINGEPRINT)