From 836cff4dfef5cfed5d31769f993ee985ba9a33c9 Mon Sep 17 00:00:00 2001 From: Shirayuki39 Date: Thu, 29 Aug 2024 15:24:14 +0800 Subject: [PATCH] LG8n: Introduce `lineage.dependencies` Signed-off-by: Shirayuki39 --- lineage.dependencies | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 lineage.dependencies diff --git a/lineage.dependencies b/lineage.dependencies new file mode 100644 index 0000000..5704303 --- /dev/null +++ b/lineage.dependencies @@ -0,0 +1,44 @@ +[ + { + "remote" : "github", + "repository" : "Anything-at-25-00/android_vendor_tecno_LG8n", + "branch" : "fourteen", + "target_path" : "vendor/tecno/LG8n" + }, + { + "remote" : "github", + "repository" : "Anything-at-25-00/android_vendor_tecno_pova4series-common", + "branch" : "fourteen", + "target_path" : "vendor/tecno/pova4series-common" + }, + { + "remote" : "github", + "repository" : "Anything-at-25-00/android_device_tecno_pova4series-common", + "branch" : "fourteen", + "target_path" : "device/tecno/pova4series-common" + }, + { + "remote" : "github", + "repository" : "LineageOS/android_hardware_mediatek", + "branch" : "lineage-21", + "target_path" : "hardware/mediatek" + }, + { + "remote" : "github", + "repository" : "Anything-at-25-00/device_tecno_lg8n_kernel", + "branch" : "lineage-21", + "target_path" : "device/tecno/LG8n-kernel" + }, + { + "remote" : "github", + "repository" : "LineageOS/android_device_mediatek_sepolicy_vndr", + "branch" : "lineage-21", + "target_path" : "device/mediatek/sepolicy_vndr" + }, + { + "remote" : "github", + "repository" : "Anything-at-25-00/hardware_transsion", + "branch" : "lineage-20.0", + "target_path" : "hardware/transsion" + } +]