From 79eff58ffeb759d58968fb82f6cc1119e6153a53 Mon Sep 17 00:00:00 2001 From: AmolAmrit Date: Sun, 12 Feb 2023 21:43:50 +0530 Subject: [PATCH] avicii: Switch to crDroid dependencies Signed-off-by: AmolAmrit --- crdroid.dependencies | 32 ++++++++++++++++++++++++++++++++ lineage.dependencies | 10 ---------- 2 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 crdroid.dependencies delete mode 100644 lineage.dependencies diff --git a/crdroid.dependencies b/crdroid.dependencies new file mode 100644 index 0000000..c506336 --- /dev/null +++ b/crdroid.dependencies @@ -0,0 +1,32 @@ +[ + { + "repository": "AmolAmrit/device_oneplus_avicii", + "target_path": "device/oneplus/avicii", + "branch": "thirteen", + "remote": "github" + }, + { + "repository": "AmolAmrit/Escrima_kernel_oneplus_sm7250", + "target_path": "kernel/oneplus/sm7250", + "branch": "thirteen" + "remote": "github" + }, + { + "repository": "AmolAmrit/vendor_oneplus_avicii", + "target_path": "vendor/oneplus/avicii", + "branch": "thirteen", + "remote": "gitlab" + }, + { + "repository": "AmolAmrit/vendor_oneplus-firmware", + "target_path": "vendor/oneplus/firmware", + "branch": "thirteen", + "remote": "gitlab" + }, + { + "repository": "AmolAmrit/hardware_oplus", + "target_path": "hardware/oplus", + "branch": "thirteen", + "remote": "github" + } +] diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index bb0b659..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_hardware_oplus", - "target_path": "hardware/oplus" - }, - { - "repository": "android_kernel_oneplus_sm7250", - "target_path": "kernel/oneplus/sm7250" - } -]