2021-07-09 13:34:30 -04:00
|
|
|
#
|
2024-10-18 05:40:33 -04:00
|
|
|
# Copyright (C) 2021-2024 The LineageOS Project
|
2021-07-09 13:34:30 -04:00
|
|
|
#
|
|
|
|
# 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-12-25 21:04:38 -05:00
|
|
|
# Inherit from sweet device.
|
2021-07-09 13:34:30 -04:00
|
|
|
$(call inherit-product, device/xiaomi/sweet/device.mk)
|
|
|
|
|
2024-12-25 21:04:38 -05:00
|
|
|
# Inherit some common ProjectInfinity-X stuff.
|
|
|
|
$(call inherit-product, vendor/infinity/config/common_full_phone.mk)
|
|
|
|
INFINITY_BUILD_TYPE := OFFICIAL
|
|
|
|
INFINITY_MAINTAINER := Johan Liebert
|
2021-07-09 13:34:30 -04:00
|
|
|
|
2024-12-25 21:04:38 -05:00
|
|
|
# Targets
|
|
|
|
TARGET_SUPPORTS_BLUR := true
|
|
|
|
TARGET_HAS_UDFPS := false
|
|
|
|
TARGET_SUPPORTS_64_BIT_APPS := true
|
|
|
|
TARGET_EXCLUDES_AUDIOFX := true
|
|
|
|
|
|
|
|
# Device identifier.
|
|
|
|
PRODUCT_NAME := infinity_sweet
|
2021-07-09 13:34:30 -04:00
|
|
|
PRODUCT_DEVICE := sweet
|
|
|
|
PRODUCT_BRAND := Xiaomi
|
|
|
|
PRODUCT_MODEL := Redmi Note 10 Pro
|
|
|
|
PRODUCT_MANUFACTURER := Xiaomi
|
|
|
|
|
2024-12-25 21:04:38 -05:00
|
|
|
# GMS
|
2021-07-09 13:34:30 -04:00
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
2024-12-25 21:04:38 -05:00
|
|
|
WITH_GAPPS := true
|
|
|
|
TARGET_BUILD_GOOGLE_TELEPHONY := true
|
2024-03-21 23:51:09 -04:00
|
|
|
|
2024-03-23 10:40:53 -04:00
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
2024-10-18 05:40:33 -04:00
|
|
|
BuildDesc="sweet_global-user 13 TKQ1.221013.002 V14.0.9.0.TKFMIXM release-keys" \
|
|
|
|
BuildFingerprint=Redmi/sweet_global/sweet:13/TKQ1.221013.002/V14.0.9.0.TKFMIXM:user/release-keys
|