forked from Evolution-X-Devices/device_google_pantah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdroidx_panther.mk
38 lines (30 loc) · 1.19 KB
/
droidx_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
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Droidx stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/droidx/config/common_full_phone.mk)
DROIDX_GAPPS := true
DROIDX_BUILD_TYPE := OFFICIAL
EXTRA_UDFPS_ANIMATIONS := true
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_INCLUDE_STOCK_ARCORE := true
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_LIVE_WALLPAPERS := true
# Inherit device configuration
$(call inherit-product, device/google/pantah/aosp_panther.mk)
$(call inherit-product, device/google/gs201/lineage_common.mk)
$(call inherit-product, device/google/gs201/droidx_common.mk)
include device/google/pantah/panther/device-lineage.mk
include device/google/pantah/panther/device-droidx.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7
PRODUCT_NAME := droidx_panther
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
$(call inherit-product, vendor/google/panther/panther-vendor.mk)