forked from xoo2001/android_twrp_infinix_x6739
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pb_X6739.mk
35 lines (26 loc) · 1.21 KB
/
pb_X6739.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
#
# Copyright (C) 2024 The Android Open Source Project
# Copyright (C) 2024 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Inherit some common PBRP stuff.
$(call inherit-product, vendor/pb/config/common.mk)
# Inherit from Infinix-X6739 device
$(call inherit-product, device/infinix/X6739/device.mk)
PRODUCT_DEVICE := X6739
PRODUCT_NAME := pb_X6739
PRODUCT_BRAND := Infinix
PRODUCT_MODEL := INFINIX GT 10 PRO 5G
PRODUCT_MANUFACTURER := infinix
PRODUCT_GMS_CLIENTID_BASE := android-infinix
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="vnd_x6739_h931-user 12 SP1A.210812.016 582712 release-keys"
BUILD_FINGERPRINT := Infinix/X6739-GL/Infinix-X6739:12/SP1A.210812.016/240412V2093:user/release-keys