mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 21:36:26 -08:00
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
#
|
|
# 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/tecno/LG8n/device.mk)
|
|
|
|
# Inherit some common LineageOS stuff.
|
|
$(call inherit-product, vendor/infinity/config/common_full_phone.mk)
|
|
|
|
BOARD_VENDOR := TECNO
|
|
PRODUCT_NAME := infinity_LG8n
|
|
PRODUCT_DEVICE := LG8n
|
|
PRODUCT_MANUFACTURER := TECNO
|
|
PRODUCT_BRAND := TECNO
|
|
PRODUCT_MODEL := TECNO LG8n
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-transsion
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRODUCT_NAME=LG8n-GL
|
|
|
|
BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
|
|
|
|
# Infinity Stuffs
|
|
INFINITY_BUILD_TYPE := UNOFFICIAL
|
|
INFINITY_MAINTAINER := RyX33N
|
|
TARGET_SUPPORTS_BLUR := true
|
|
WITH_GAPPS := true
|
|
TARGET_SHIPS_FULL_GAPPS := false
|
|
TARGET_BUILD_GOOGLE_TELEPHONY := false
|
|
USE_MOTO_CALCULATOR := true
|