bramble: 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_bramble.git'

Fetching vendor tree from personal repo as a work-around.
Also fix branch naming convention for device_google_redbull repository.
This commit is contained in:
Apelete Seketeli
2025-10-05 14:20:23 +02:00
parent 97e699e3f9
commit ee963102dd

View File

@@ -6,11 +6,13 @@
{
"repository": "device_google_redbull",
"target_path": "device/google/redbull",
"branch": "bramble/bka"
"branch": "bka"
},
{
"repository": "vendor_google_bramble",
"target_path": "vendor/google/bramble"
"repository": "apelete/proprietary_vendor_google_bramble",
"target_path": "vendor/google/bramble",
"remote" : "github-non-los",
"branch": "lineage-23.0"
},
{
"repository": "kernel_google_redbull",