From 1255bc32c994fab0e6f065681209dc508930136e Mon Sep 17 00:00:00 2001 From: Ramii Ahmed Date: Tue, 19 Jan 2021 07:22:10 +0000 Subject: [PATCH] miatoll: Add Fluid.Depedencies Due to the new CI Environment, this is needed to call all required Repos. --- fluid.dependencies | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fluid.dependencies diff --git a/fluid.dependencies b/fluid.dependencies new file mode 100644 index 0000000..61c674c --- /dev/null +++ b/fluid.dependencies @@ -0,0 +1,14 @@ +[ + { + "repository":"LineageOS/android_hardware_xiaomi", + "target_path":"hardware/xiaomi", + "branch":"lineage-18.1", + "remote":"github" + }, + { + "repository":"LineageOS/android_vendor_qcom_opensource_healthd-ext", + "target_path":"vendor/qcom-opensource/healthd-ext", + "branch":"lineage-18.1", + "remote":"github" + } +]