sapphire: Welcome to Evolution X 9.x

Signed-off-by: kibria5 <mdkibria687@gmail.com>
This commit is contained in:
kibria5
2023-02-16 12:31:50 +05:30
parent 8c51f39187
commit 7fada8e15e
2 changed files with 17 additions and 0 deletions

View File

@@ -18,6 +18,12 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
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

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 Evolution X
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- About device screen, build maintainer -->
<string name="build_maintainer_summary">Mohammad Kibria</string>
<string name="build_maintainer_donate_url">https://kibria5.bio.link</string>
</resources>