From 9e896f49a1b2b5a3be57089060ecb0b08b19d130 Mon Sep 17 00:00:00 2001 From: yarpiin Date: Wed, 4 Dec 2024 22:41:54 +0000 Subject: [PATCH] cupid: add evolution.dependencies --- evolution.dependencies | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 evolution.dependencies diff --git a/evolution.dependencies b/evolution.dependencies new file mode 100644 index 0000000..f1d1df8 --- /dev/null +++ b/evolution.dependencies @@ -0,0 +1,36 @@ +[ + { + "repository": "device_xiaomi_cupid", + "target_path": "device/xiaomi/cupid" + }, + { + "repository": "yarpiin/android_device_xiaomi_sm8450-common", + "target_path": "device/xiaomi/sm8450-common", + "remote": "github-non-los", + "branch": "lineage-22.0" + }, + { + "repository": "yarpiin/android_kernel_xiaomi_sm8450", + "target_path": "kernel/xiaomi/sm8450", + "remote": "github-non-los", + "branch": "vic" + }, + { + "repository": "yarpiin/android_kernel_xiaomi_sm8450-devicetrees", + "target_path": "kernel/xiaomi/sm8450-devicetrees", + "remote": "github-non-los", + "branch": "vic" + }, + { + "repository": "yarpiin/android_kernel_xiaomi_sm8450-modules", + "target_path": "kernel/xiaomi/sm8450-modules", + "remote": "github-non-los", + "branch": "vic" + }, + { + "repository": "yarpiin/hardware_xiaomi", + "target_path": "hardware/xiaomi", + "remote": "github-non-los", + "branch": "vic" + } +]