-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_sweet.mk
37 lines (26 loc) · 1.06 KB
/
lineage_sweet.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
33
34
35
36
37
# Inherit common products
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit device configurations
$(call inherit-product, device/xiaomi/sweet/device.mk)
# Inherit common AICP configurations
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit ANX camera
$(call inherit-product-if-exists, vendor/ANXCamera/config.mk)
# Bootanimation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# FaceUnlock
TARGET_FACE_UNLOCK_SUPPORTED := true
# Ignore Neverallows on USER build
SELINUX_IGNORE_NEVERALLOWS_ON_USER := true
# Gapps
TARGET_GAPPS_ARCH := arm64
PRODUCT_NAME := lineage_sweet
PRODUCT_DEVICE := sweet
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := Redmi Note 10 Pro
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="dipper-user 8.1.0 OPM1.171019.011 V9.5.5.0.OEAMIFA release-keys"
BUILD_FINGERPRINT := Xiaomi/dipper/dipper:8.1.0/OPM1.171019.011/V9.5.5.0.OEAMIFA:user/release-keys