-
Notifications
You must be signed in to change notification settings - Fork 0
/
superior_panther.mk
40 lines (29 loc) · 1.05 KB
/
superior_panther.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) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Lineage stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/superior/config/common.mk)
# Inherit device configuration
$(call inherit-product, device/google/pantah/aosp_panther.mk)
$(call inherit-product, device/google/gs201/lineage_common.mk)
include device/google/pantah/panther/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7
PRODUCT_NAME := superior_panther
# Boot animation
TARGET_BOOT_ANIMATION_RES := 1080
# Gapps
BUILD_WITH_GAPPS := true
# Official
SUPERIOR_OFFICIAL := true
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=panther \
PRIVATE_BUILD_DESC="panther-user 14 AP2A.240905.003 12231197 release-keys"
BUILD_FINGERPRINT := google/panther/panther:14/AP2A.240905.003/12231197:user/release-keys
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.sys.pihooks.first_api_level=32
$(call inherit-product, vendor/google/panther/panther-vendor.mk)