From 48d9bf20d3ff0575485a3969dd87774b692ce70b Mon Sep 17 00:00:00 2001 From: theshaenix Date: Wed, 1 Oct 2025 17:37:28 +0530 Subject: [PATCH] RMX2061:Initialize EvolutionX --- ...age.dependencies => evolution.dependencies | 34 +++++++++++-------- 1 file changed, 20 insertions(+), 14 deletions(-) rename lineage.dependencies => evolution.dependencies (57%) diff --git a/lineage.dependencies b/evolution.dependencies similarity index 57% rename from lineage.dependencies rename to evolution.dependencies index d5ca833..966582d 100644 --- a/lineage.dependencies +++ b/evolution.dependencies @@ -1,26 +1,32 @@ [ { - "repository": "kernel_realme_sm7125", - "target_path": "kernel/realme/sm7125", - "remote": "pixel-devices", - "branch": "thirteen" - }, - { - "repository": "device_realme_sm7125-common", - "target_path": "device/realme/sm7125-common", - "remote": "pixel-devices", - "branch": "thirteen" + "repository": "device_realme_RMX2061", + "target_path": "device/realme/RMX2061", + "branch": "bka" }, { "repository": "vendor_realme_RMX2061", "target_path": "vendor/realme/RMX2061", - "remote": "pixel-devices-blobs", - "branch": "thirteen" + "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", - "remote": "pixel-devices-blobs", - "branch": "thirteen" + "branch": "bka" + }, + { + "repository": "hardware_dolby", + "target_path": "hardware/dolby", + "branch": "bka" } ]