-
Notifications
You must be signed in to change notification settings - Fork 2
/
bliss_lmi.mk
32 lines (23 loc) · 860 Bytes
/
bliss_lmi.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
30
31
32
#
# Copyright (C) 2021 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 the device configuration.
$(call inherit-product, device/xiaomi/lmi/device.mk)
# Inherit some common bliss stuff.
$(call inherit-product, vendor/bliss/config/common.mk)
# Set Boot Animination Resolution
TARGET_BOOT_ANIMATION_RES := 1080
BLISS_BUILDTYPE=OFFICIAL
PRODUCT_NAME := bliss_lmi
PRODUCT_DEVICE := lmi
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := POCO
PRODUCT_MODEL := POCO F2 Pro
EXTRA_UDFPS_ANIMATIONS := true
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
BUILD_FINGERPRINT := Redmi/lmi/lmi:12/SKQ1.211006.001/V14.0.1.0.SJKMIXM:user/release-keys