29 lines
983 B
Makefile
29 lines
983 B
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 Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
PRODUCT_NAME := lineage_berlin
|
|
PRODUCT_DEVICE := berlin
|
|
PRODUCT_MANUFACTURER := motorola
|
|
PRODUCT_BRAND := motorola
|
|
PRODUCT_MODEL := motorola edge 20
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
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
|