mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I199c18bba9552cbccda9408e5120cc66a4cd1be1
24 lines
671 B
Makefile
24 lines
671 B
Makefile
#
|
|
# Copyright (C) 2022 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 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 := Redmi Note 10S
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|