-
Notifications
You must be signed in to change notification settings - Fork 2
/
lineage_alphalm.mk
32 lines (25 loc) · 1.02 KB
/
lineage_alphalm.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
#
# 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
$(call inherit-product, device/lge/alphalm/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := lineage_alphalm
PRODUCT_DEVICE := alphalm
PRODUCT_MANUFACTURER := LGE
PRODUCT_BRAND := LGE
PRODUCT_MODEL := G8 ThinQ
TARGET_VENDOR_PRODUCT_NAME := alphalm_lao_com
TARGET_VENDOR_DEVICE_NAME := alphalm
PRODUCT_GMS_CLIENTID_BASE := android-lge
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=alphalm_lao_com \
PRIVATE_BUILD_DESC="alphalm_lao_com-user 12 SKQ1.211103.001 2233316083708 release-keys"
BUILD_FINGERPRINT := lge/alphalm_lao_com/alphalm:11/RKQ1.210420.001/2233318243708:user/release-keys