sunfish: 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_sunfish.git'

Fetching vendor tree from personal repo as a work-around.
This commit is contained in:
Apelete Seketeli
2025-10-05 14:27:19 +02:00
parent 095a47f833
commit b6ae0f1767

View File

@@ -4,8 +4,10 @@
"target_path": "device/google/gs-common"
},
{
"repository": "vendor_google_sunfish",
"target_path": "vendor/google/sunfish"
"repository": "apelete/proprietary_vendor_google_sunfish",
"target_path": "vendor/google/sunfish",
"remote" : "github-non-los",
"branch": "lineage-23.0"
},
{
"repository": "kernel_google_msm-4.14",