forked from Venkat3620/device_motorola_corfur
-
Notifications
You must be signed in to change notification settings - Fork 2
/
lineage_fogos.mk
29 lines (22 loc) · 912 Bytes
/
lineage_fogos.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# 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 fogos device
$(call inherit-product, device/motorola/fogos/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
PRODUCT_NAME := lineage_fogos
PRODUCT_DEVICE := fogos
PRODUCT_MANUFACTURER := motorola
PRODUCT_BRAND := motorola
PRODUCT_MODEL := moto g34 5G
PRODUCT_GMS_CLIENTID_BASE := android-motorola
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=fogos_g \
PRIVATE_BUILD_DESC="fogos_g-user 12 S2RUBS32.51-15-9-11 dd8d5-e81484 release-keys"
BUILD_FINGERPRINT := motorola/fogos_g/fogos:12/S2RUBS32.51-15-9-11/dd8d5-e81484:user/release-keys