Compare commits

5 Commits

Author SHA1 Message Date
Tim Zimmermann
a5221869d8 RMX2061: Inherit non_ab_device.mk
* This is required to build applypatch for updating recovery

Change-Id: I38053691f7724b5d6c30159c410d5d04ac136180
2025-10-12 19:41:05 +05:30
theshaenix
c0533f5c73 RMX2061: Drop unnecessery flags 2025-10-12 19:41:04 +05:30
Michael Bestas
a69337761f RMX2061: Disable OMX service
Change-Id: I5381e098af64271f9d71c484262e1710e8fcacea
2025-10-12 19:41:04 +05:30
Onelots
65e828adf8 RMX2061: gapps: only use mini_gapps
Signed-off-by: Onelots <onelots@onelots.fr>
2025-10-12 19:41:04 +05:30
theshaenix
48d9bf20d3 RMX2061:Initialize EvolutionX 2025-10-12 19:41:01 +05:30
3 changed files with 39 additions and 41 deletions

32
evolution.dependencies Normal file
View File

@@ -0,0 +1,32 @@
[
{
"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"
}
]

View File

@@ -1,26 +0,0 @@
[
{
"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,12 +7,17 @@
# 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)
@@ -38,18 +43,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
SystemDevice=RMX2061 \
SystemName=RMX2061
# 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
# OMX
TARGET_SUPPORTS_OMX_SERVICE := false