mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 10:01:09 +00:00
34 lines
879 B
Makefile
34 lines
879 B
Makefile
#
|
|
# Copyright (C) 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.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit from sapphire device
|
|
$(call inherit-product, device/xiaomi/sapphire/device.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
# Device configs
|
|
TARGET_BOOT_ANIMATION_RES = 1080
|
|
TARGET_HAS_UDFPS := true
|
|
|
|
# Extra Stuffs
|
|
TARGET_SUPPORTS_QUICK_TAP := true
|
|
TARGET_USES_MINI_GAPPS := true
|
|
TARGET_ENABLE_BLUR := false
|
|
EVO_BUILD_TYPE := Official
|
|
|
|
PRODUCT_NAME := lineage_sapphire
|
|
PRODUCT_DEVICE := sapphire
|
|
PRODUCT_MANUFACTURER := Xiaomi
|
|
PRODUCT_BRAND := Redmi
|
|
PRODUCT_MODEL := Redmi Note 13
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|