From 3a63e7e50ace586d5d37f830b8c7d952ae5089a3 Mon Sep 17 00:00:00 2001 From: Ramii Ahmed Date: Mon, 25 Jan 2021 19:02:00 +0000 Subject: [PATCH] dependencies: Track exfat repo from Awaken --- aosp.dependencies | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aosp.dependencies b/aosp.dependencies index 5e85158..d4c5f1a 100644 --- a/aosp.dependencies +++ b/aosp.dependencies @@ -10,5 +10,11 @@ "target_path": "hardware/xiaomi", "branch": "lineage-18.1", "remote": "github" + }, + { + "repository":"Project-Awaken/android_external_exfat", + "target_path":"external/exfat", + "branch":"11", + "remote":"github" } ]