From 97da72f4de7690facd543145e7087743de7f0ab6 Mon Sep 17 00:00:00 2001 From: RajatBillava <56195427+RajatBillava@users.noreply.github.com> Date: Wed, 9 Oct 2019 21:17:15 +0800 Subject: [PATCH] Pixys Dependencies BringUp --- pixys.dependencies | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pixys.dependencies diff --git a/pixys.dependencies b/pixys.dependencies new file mode 100644 index 0000000..b01e086 --- /dev/null +++ b/pixys.dependencies @@ -0,0 +1,26 @@ +[ + { + "remote": "github", + "repository": "RajatBillava/Vendor_k5fpr", + "target_path": "vendor/lenovo/k5fpr", + "branch": "pie" + }, + { + "remote": "github", + "repository": "RajatBillava/Kernel_k5fpr", + "target_path": "kernel/lenovo/k5fpr", + "branch": "pie" + }, +{ + "remote": "github", + "repository": "RajatBillava/Common_k5fpr", + "target_path": "device/lenovo/mt6753-common", + "branch": "pie" +}, }, +{ + "remote": "github", + "repository": "RajatBillava/Mediatek_k5fpr", + "target_path": "vendor/mediatek", + "branch": "pie" }, +} +] -- GitLab