2022-02-15 10:35:31 -05:00
|
|
|
#
|
2024-06-23 11:34:42 -04:00
|
|
|
# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
2023-05-16 23:43:05 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-02-15 10:35:31 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
# Inherit from those products. Most specific first.
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
2025-01-01 18:12:07 -05:00
|
|
|
TARGET_SUPPORTS_OMX_SERVICE := false
|
2022-02-15 10:35:31 -05:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
|
2022-08-03 23:26:21 -04:00
|
|
|
# Inherit from dubai device
|
|
|
|
$(call inherit-product, device/motorola/dubai/device.mk)
|
2022-02-15 10:35:31 -05:00
|
|
|
|
|
|
|
# Inherit some common Lineage stuff.
|
|
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
|
2022-08-03 23:26:21 -04:00
|
|
|
PRODUCT_NAME := lineage_dubai
|
|
|
|
PRODUCT_DEVICE := dubai
|
2022-03-09 11:23:23 -05:00
|
|
|
PRODUCT_MANUFACTURER := motorola
|
|
|
|
PRODUCT_BRAND := motorola
|
2022-08-03 23:26:21 -04:00
|
|
|
PRODUCT_MODEL := motorola edge 30
|
2022-02-15 10:35:31 -05:00
|
|
|
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
2025-02-20 00:06:56 -05:00
|
|
|
BuildDesc="dubai_g-user 14 U1RDS34.80-40-5-3 b1f71-ff67e release-keys" \
|
|
|
|
BuildFingerprint=motorola/dubai_g/dubai:14/U1RDS34.80-40-5-3/b1f71-ff67e:user/release-keys \
|
2024-10-18 05:40:33 -04:00
|
|
|
DeviceProduct=dubai_g
|