mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 11:33:32 +00:00
stone: Official ProjectMatrixx BringUp
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user