Compare commits

6 Commits

Author SHA1 Message Date
9fddbf1e47 Exclude some packages
- Lawnchair
- Pixel Launcher

Signed-off-by: MOVZX <movzx@yahoo.com>
2025-12-04 20:44:28 +07:00
theshaenix
edadc1b2e4 RMX2061:updated dependencies 2025-11-29 18:41:42 +05:30
theshaenix
0bf2a44203 RMX2061:Add maintainers flag 2025-11-24 00:55:01 +05:30
theshaenix
9809a030f1 RMX2061: Add OFFICIAL build flag 2025-11-17 17:43:38 +05:30
theshaenix
b4d8befd2f RMX2061: Add GMS flag 2025-11-17 17:42:10 +05:30
theshaenix
b0a704bd46 RMX2061: Drop background blur support due to graphical issues
* Device exhibits glitches and instability with SurfaceFlinger blur enabled.
* Removing ro.surface_flinger.supports_background_blur from device props.
* Prevents visual artifacts and ensures smoother system UI performance.
2025-09-21 07:35:27 +05:30
3 changed files with 41 additions and 39 deletions

View File

@@ -1,32 +0,0 @@
[
{
"repository": "device_realme_RMX2061",
"target_path": "device/realme/RMX2061",
"branch": "bka"
},
{
"repository": "vendor_realme_RMX2061",
"target_path": "vendor/realme/RMX2061",
"branch": "bka"
},
{
"repository": "kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125",
"branch": "bka"
},
{
"repository": "device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common",
"branch": "bka"
},
{
"repository": "vendor_realme_sm7125-common",
"target_path": "vendor/realme/sm7125-common",
"branch": "bka"
},
{
"repository": "hardware_dolby",
"target_path": "hardware/dolby",
"branch": "bka"
}
]

26
lineage.dependencies Normal file
View File

@@ -0,0 +1,26 @@
[
{
"repository": "MistOS-Devices/kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125",
"remote": "github",
"branch": "16.0"
},
{
"repository": "MistOS-Devices/device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common",
"remote": "github",
"branch": "16.0"
},
{
"repository": "MistOS-Devices/vendor_realme_RMX2061",
"target_path": "vendor/realme/RMX2061",
"remote": "github",
"branch": "16.0"
},
{
"repository": "MistOS-Devices/vendor_realme_sm7125-common",
"target_path": "vendor/realme/sm7125-common",
"remote": "github",
"branch": "16.0"
}
]

View File

@@ -7,17 +7,12 @@
# Inherit from RMX2061 device
$(call inherit-product, device/realme/RMX2061/device.mk)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
# Bootanimation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Target
TARGET_SUPPORTS_QUICK_TAP := true
# EvolutionX flags
TARGET_USES_MINI_GAPPS := true
# Inherit some common lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
@@ -43,5 +38,18 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
SystemDevice=RMX2061 \
SystemName=RMX2061
# OMX
TARGET_SUPPORTS_OMX_SERVICE := false
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
# GMS
WITH_GMS := true
# OFFICIAL BUILD
MIST_BUILD_TYPE := OFFICIAL
# MAINTAINER
MISTOS_MAINTAINER := MOVZX
TARGET_DEFAULT_PIXEL_LAUNCHER := false
TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := false