-
Notifications
You must be signed in to change notification settings - Fork 1
/
aosp_cheetah.mk
53 lines (41 loc) · 1.45 KB
/
aosp_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
44
45
46
47
48
49
50
51
52
53
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Horizondroid stuff.
TARGET_DISABLE_EPPE := true
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/pantah/aosp-horizon_cheetah.mk)
$(call inherit-product, device/google/gs201/lineage_common.mk)
include device/google/pantah/cheetah/device-lineage.mk
# PixelParts
include packages/apps/PixelParts/device.mk
# Call the BCR setup
$(call inherit-product-if-exists, vendor/bcr/bcr.mk)
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7 Pro
PRODUCT_NAME := aosp_cheetah
# Horizondroid Flags
WITH_GMS := true
TARGET_BOOT_ANIMATION_RES := 1440
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_INCLUDE_LIVE_WALLPAPERS := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_ENABLE_BLUR := true
TARGET_INCLUDE_WIFI_EXT := true
TARGET_BUILD_VIMUSIC := true
# Horizondroid
HORIZON_BUILD_TYPE= OFFICIAL
HORIZON_MAINTAINER := Phoenix241
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=cheetah \
PRIVATE_BUILD_DESC="cheetah-user 14 UQ1A.240205.002 11224170 release-keys"
BUILD_FINGERPRINT := google/cheetah/cheetah:14/UQ1A.240205.002/11224170:user/release-keys
$(call inherit-product, vendor/google/cheetah/cheetah-vendor.mk)