forked from LineageOS/android_device_google_pantah
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfinity_panther.mk
More file actions
39 lines (30 loc) · 1.13 KB
/
infinity_panther.mk
File metadata and controls
39 lines (30 loc) · 1.13 KB
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
#
# SPDX-FileCopyrightText: The LineageOS Project
# SPDX-FileCopyrightText: The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common stuff
$(call inherit-product, vendor/infinity/config/common_full_phone.mk)
# Inherit device configuration
DEVICE_CODENAME := panther
DEVICE_PATH := device/google/pantah
VENDOR_PATH := vendor/google/panther
$(call inherit-product, $(DEVICE_PATH)/aosp_$(DEVICE_CODENAME).mk)
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7
PRODUCT_NAME := inifnity_$(DEVICE_CODENAME)
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
# Maintainer Name
INFINITY_MAINTAINER := Technical Hafiz
# Whether the device supports Fingerprint On Display
TARGET_HAS_UDFPS := true
# Whether Including Google Apps
WITH_GAPPS := true
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="panther-user 16 BP4A.251205.006 14401865 release-keys" \
BuildFingerprint=google/panther/panther:16/BP4A.251205.006/14401865:user/release-keys \
DeviceProduct=$(DEVICE_CODENAME)
$(call inherit-product, $(VENDOR_PATH)/$(DEVICE_CODENAME)-vendor.mk)