-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlineage_rosemary.mk
More file actions
34 lines (27 loc) · 1.13 KB
/
Copy pathlineage_rosemary.mk
File metadata and controls
34 lines (27 loc) · 1.13 KB
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
30
31
32
33
34
#
# Copyright (C) 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_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from device makefile.
$(call inherit-product, device/xiaomi/rosemary/device.mk)
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
PRODUCT_NAME := lineage_rosemary
PRODUCT_DEVICE := rosemary
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := M2101K7BNY
PRODUCT_SYSTEM_NAME := rosemary_global
PRODUCT_SYSTEM_DEVICE := rosemary
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="missi_phoneext4_global-user 13 TP1A.220624.014 V14.0.11.0.TKLMIXM release-keys" \
BuildFingerprint=Redmi/rosemary_global/rosemary:13/TP1A.220624.014/V14.0.11.0.TKLMIXM:user/release-keys \
SystemModel=$(PRODUCT_SYSTEM_DEVICE) \
SystemName=$(PRODUCT_SYSTEM_NAME) \
ProductModel=$(PRODUCT_SYSTEM_DEVICE) \
DeviceProduct=$(PRODUCT_SYSTEM_NAME)