-
Notifications
You must be signed in to change notification settings - Fork 0
/
derp_X6739.mk
33 lines (25 loc) · 1010 Bytes
/
derp_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
#
# Copyright (C) 2023 The LineageOS Project
#
# 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)
# Inherit from device makefile.
$(call inherit-product, device/infinix/X6739/device.mk)
# Inherit some common DerpFest stuff.
$(call inherit-product, vendor/derp/config/common_full_phone.mk)
# Face unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
PRODUCT_NAME := derp_X6739
PRODUCT_DEVICE := X6739
PRODUCT_MANUFACTURER := INFINIX
PRODUCT_BRAND := Infinix
PRODUCT_MODEL := Infinix X6739
PRODUCT_GMS_CLIENTID_BASE := android-transsion
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="sys_tssi_64_armv82_infinix-user 13 TP1A.220624.014 502100 release-keys" \
TARGET_DEVICE=Infinix-X6739 \
PRODUCT_NAME=X6739-GL
BUILD_FINGERPRINT := "Infinix/X6739-GL/Infinix-X6739:12/SP1A.210812.016/231024V1574:user/release-keys"