40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
#
|
|
# SPDX-FileCopyrightText: 2022-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.mk)
|
|
TARGET_SUPPORTS_OMX_SERVICE := false
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit from berlin device.
|
|
$(call inherit-product, device/motorola/berlin/device.mk)
|
|
|
|
# Inherit some common LineageOS / Evolution-X stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
EVO_BUILD_TYPE := MINKAN
|
|
|
|
# Targets
|
|
TARGET_SUPPORT_BOOT_ANIMATIONS := true
|
|
TARGET_SUPPORTS_64_BIT_APPS := true
|
|
TARGET_BUILD_DEVICE_AS_WEBCAM := true
|
|
TARGET_USES_BLUR_RECENT := true
|
|
|
|
# Device identifier.
|
|
PRODUCT_NAME := lineage_berlin
|
|
PRODUCT_DEVICE := berlin
|
|
PRODUCT_MANUFACTURER := motorola
|
|
PRODUCT_BRAND := motorola
|
|
PRODUCT_MODEL := motorola edge 20
|
|
|
|
# GMS
|
|
WITH_GMS := true
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
# Properties
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
BuildDesc="berlin_global-user 13 T1RGS33.135-109-9-29 695e0-d4b251 release-keys" \
|
|
BuildFingerprint=motorola/berlin_global/berlin:13/T1RGS33.135-109-9-29/695e0-d4b251:user/release-keys \
|
|
DeviceProduct=berlin_retail
|