mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 18:39:51 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user