From 5f3c8e775db33e911a5d7b2c0506b7d5368eaa4f Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Thu, 30 Jan 2020 19:33:09 +0530 Subject: [PATCH] sdm710-common: Track Kernel source and Proprietary blobs repo Signed-off-by: SamarV-121 --- aosp.dependencies | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aosp.dependencies b/aosp.dependencies index b26c3a2..13c1bc3 100644 --- a/aosp.dependencies +++ b/aosp.dependencies @@ -4,5 +4,15 @@ "target_path": "packages/apps/PixelLiveWallpaper", "branch": "ten", "remote": "pixel-gitlab" + }, + { + "repository" : "vendor_realme", + "target_path": "vendor/realme", + "branch": "ten" + }, + { + "repository": "kernel_realme_sdm710", + "target_path": "kernel/realme/sdm710", + "branch": "ten" } ]