31 lines
897 B
Makefile
31 lines
897 B
Makefile
#
|
|
# Copyright (C) 2024 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_only.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
# Inherit from S666LN device
|
|
$(call inherit-product, device/itel/S666LN/device.mk)
|
|
|
|
BOARD_VENDOR := Itel
|
|
PRODUCT_NAME := lineage_S666LN
|
|
PRODUCT_DEVICE := S666LN
|
|
PRODUCT_MANUFACTURER := ITEL
|
|
PRODUCT_BRAND := itel
|
|
PRODUCT_MODEL := itel S666LN
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-transsion
|
|
PRODUCT_SYSTEM_NAME := S666LN-OP
|
|
PRODUCT_SYSTEM_DEVICE := S666LN
|
|
|
|
BUILD_FINGERPRINT := Itel/S666LN-OP/itel-S666LN:13/TP1A.220624.014/240513V902:user/release-keys
|
|
|
|
# Time
|
|
LINEAGE_VERSION_APPEND_TIME_OF_DAY := true
|