stone: Official ProjectMatrixx BringUp

This commit is contained in:
Arijit78
2024-05-12 17:50:40 +00:00
parent 93014690de
commit 6c3c66ea60
2 changed files with 28 additions and 0 deletions

View File

@@ -14,6 +14,25 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from stone device
$(call inherit-product, device/xiaomi/stone/device.mk)
# Device props
TARGET_ENABLE_BLUR := false
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_DISABLE_EPPE := true
TARGET_DEBLOAT := true
SYSTEM_OPTIMIZE_JAVA := true
SYSTEMUI_OPTIMIZE_JAVA := true
MATRIXX_BUILD_TYPE := Official
MATRIXX_MAINTAINER := ARIJIT-SAHA
MATRIXX_CHIPSET := SM6375
MATRIXX_BATTERY := 5000mah
MATRIXX_DISPLAY := 1080x2400
WITH_GMS := true
EXTRA_GAPPS := false
# Charging Animation
TARGET_USE_PIXEL_CHARGER := true
# Dolby
Vendor_Dolby := true

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<string name="menu_changelog_url" translatable="false">https://matrixx-devices.github.io/mi/stone.html</string>
</resources>