2023-01-22 21:41:19 -05:00
|
|
|
#
|
|
|
|
# Copyright (C) 2022-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)
|
|
|
|
|
2024-07-03 03:26:42 -04:00
|
|
|
# Inherit from fogos device
|
|
|
|
$(call inherit-product, device/motorola/fogos/device.mk)
|
2023-01-22 21:41:19 -05:00
|
|
|
|
|
|
|
# Inherit some common Lineage stuff.
|
|
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
|
2024-07-03 03:26:42 -04:00
|
|
|
PRODUCT_NAME := lineage_fogos
|
|
|
|
PRODUCT_DEVICE := fogos
|
2023-01-22 21:41:19 -05:00
|
|
|
PRODUCT_MANUFACTURER := motorola
|
|
|
|
PRODUCT_BRAND := motorola
|
2024-07-03 03:26:42 -04:00
|
|
|
PRODUCT_MODEL := moto g34 5G
|
2023-01-22 21:41:19 -05:00
|
|
|
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
2024-07-03 03:26:42 -04:00
|
|
|
TARGET_PRODUCT=fogos_g \
|
2024-07-23 03:09:42 -04:00
|
|
|
PRIVATE_BUILD_DESC="fogos_g-user 14 U1UGS34M.23-82-2-2 0c9cb9 release-keys"
|
2023-01-22 21:41:19 -05:00
|
|
|
|
2024-07-23 03:09:42 -04:00
|
|
|
BUILD_FINGERPRINT := motorola/fogos_g/fogos:14/U1UGS34M.23-82-2-2/0c9cb9:user/release-keys
|