From 8ca3db0e8dd86a319ea0d03c23dce22c5ce9170b Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sat, 4 Oct 2025 19:56:16 +0200 Subject: [PATCH] redfin: Fetch vendor from personal repo Forking vendor tree into Evolution X org repositories requires privileged rights, and pushing fails due to git lfs: batch request: git@lfs.undocumented.software: Permission denied (publickey).: exit status 255 error: failed to push some refs to 'github.com:Evolution-X-Devices/vendor_google_redfin.git' Fetching vendor tree from personal repo as a work-around. --- evolution.dependencies | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/evolution.dependencies b/evolution.dependencies index a5d2ea7..d9b6f01 100644 --- a/evolution.dependencies +++ b/evolution.dependencies @@ -6,11 +6,13 @@ { "repository": "device_google_redbull", "target_path": "device/google/redbull", - "branch": "redfin/vic" + "branch": "vic" }, { - "repository": "vendor_google_redfin", - "target_path": "vendor/google/redfin" + "repository": "apelete/proprietary_vendor_google_redfin", + "target_path": "vendor/google/redfin", + "remote" : "github-non-los", + "branch": "lineage-22.2" }, { "repository": "kernel_google_redbull",