From 308f31c68f84307097fa04e20a4ba7476d3d9f85 Mon Sep 17 00:00:00 2001 From: kondors1995 Date: Mon, 27 Nov 2023 20:30:30 +0200 Subject: [PATCH] raphael: Add dependencies file --- lineage.dependencies | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lineage.dependencies diff --git a/lineage.dependencies b/lineage.dependencies new file mode 100644 index 00000000..dc659114 --- /dev/null +++ b/lineage.dependencies @@ -0,0 +1,26 @@ +[ + { + "remote":"github", + "repository":"SOVIET-ANDROID/platform_hardware_qcom_display", + "target_path":"hardware/qcom-caf/sm8150/display", + "branch":"14.0-8150" + }, + { + "remote":"github", + "repository":"SOVIET-ANDROID/android_hardware_xiaomi", + "target_path":"hardware/xiaomi", + "branch":"14.0" + }, + { + "remote":"github", + "repository":"SOVIET-ANDROID/kernel_xiaomi_raphael", + "target_path":"kernel/xiaomi/raphael", + "branch":"14.0-DSP" + }, + { + "remote":"github", + "repository":"SOVIET-ANDROID/vendor_xiaomi_raphael", + "target_path":"vendor/xiaomi/raphael", + "branch":"14.0" + } +]