so i have closed the running terminal, created the
.repo/local_manifests/gts4lv.xml
, filled it (including the muppet line),
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/samsung/gts4lv" remote="github" name="LineageOS/android_device_samsung_gts4lv" />
<project path="device/samsung/gts4lv-common" remote="github" name="LineageOS/android_device_samsung_gts4lv-common" />
<project path="device/samsung/qcom-common" remote="github" name="LineageOS/android_device_samsung_qcom-common" />
<project path="kernel/samsung/sdm670" remote="github" name="LineageOS/android_kernel_samsung_sdm670" />
<project path="hardware/samsung" remote="github" name="LineageOS/android_hardware_samsung" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" depth="1" />
</manifest>
and openned a new terminal,
skip the repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-r
step
and run repo sync
( without the -j8 proposed by steadfasterfx)
Checking out: 100% (865/865), done in 30m23.102s
repo sync has finished successfully.
repo forall -c ‘git lfs pull’
source build/envsetup.sh > envsetup_01.txt
breakfast gts4lv
:
antec@antec-p6-2038fr:~/android/e/gts4lv$ breakfast gts4lv
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/core/product_config.mk:155: error: Can not locate config makefile for product "lineage_gts4lv".
16:48:05 dumpvars failed with: exit status 1
Device gts4lv not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
Found repository: android_device_samsung_gts4lv
Default revision: lineage-18.1
Checking branch info
Checking if device/samsung/gts4lv is fetched from android_device_samsung_gts4lv
Adding dependency: LineageOS/android_device_samsung_gts4lv -> device/samsung/gts4lv
Using default branch for android_device_samsung_gts4lv
Syncing repository to retrieve project.
Fetching: 100% (1/1), done in 0.992s
warning: Partial syncs are not supported. For the best experience, sync the entire tree.
repo sync has finished successfully.
Repository synced!
Looking for dependencies in device/samsung/gts4lv
Adding dependencies to manifest
Checking if device/samsung/gts4lv-common is fetched from android_device_samsung_gts4lv-common
Adding dependency: LineageOS/android_device_samsung_gts4lv-common -> device/samsung/gts4lv-common
Using default branch for android_device_samsung_gts4lv-common
Syncing dependencies
Fetching: 100% (2/2), done in 1.634s
warning: Partial syncs are not supported. For the best experience, sync the entire tree.
repo sync has finished successfully.
Looking for dependencies in device/samsung/gts4lv-common
Adding dependencies to manifest
Checking if device/samsung/qcom-common is fetched from android_device_samsung_qcom-common
Adding dependency: LineageOS/android_device_samsung_qcom-common -> device/samsung/qcom-common
Using default branch for android_device_samsung_qcom-common
Checking if kernel/samsung/sdm670 is fetched from android_kernel_samsung_sdm670
Adding dependency: LineageOS/android_kernel_samsung_sdm670 -> kernel/samsung/sdm670
Using default branch for android_kernel_samsung_sdm670
Syncing dependencies
Fetching: 100% (4/4), done in 5m56.505s
Mise à jour des fichiers: 100% (65355/65355), fait.
Checking out: 100% (4/4), done in 6.408s
warning: Partial syncs are not supported. For the best experience, sync the entire tree.
repo sync has finished successfully.
Looking for dependencies in device/samsung/qcom-common
Adding dependencies to manifest
Checking if hardware/samsung is fetched from android_hardware_samsung
Adding dependency: LineageOS/android_hardware_samsung -> hardware/samsung
Using default branch for android_hardware_samsung
Syncing dependencies
Fetching: 100% (2/2), done in 1.400s
warning: Partial syncs are not supported. For the best experience, sync the entire tree.
repo sync has finished successfully.
Looking for dependencies in hardware/samsung
hardware/samsung has no additional dependencies.
Looking for dependencies in kernel/samsung/sdm670
kernel/samsung/sdm670 has no additional dependencies.
Done
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/target/product/updatable_apex.mk:24: error: _nic.PRODUCTS.[[device/samsung/gts4lv/lineage_gts4lv.mk]]: "vendor/samsung/gts4lv-common/gts4lv-common-vendor.mk" does not exist.
16:54:17 dumpvars failed with: exit status 1
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/target/product/updatable_apex.mk:24: error: _nic.PRODUCTS.[[device/samsung/gts4lv/lineage_gts4lv.mk]]: "vendor/samsung/gts4lv-common/gts4lv-common-vendor.mk" does not exist.
16:54:18 dumpvars failed with: exit status 1
** Don't have a product spec for: 'lineage_gts4lv'
** Do you have the right repo manifest?
error
should i try with vendor/e/ instead of TheMuppets/proprietary in the .repo/local_manifests/gts4lv.xml
?
found only .repo/local_manifests/roomservice.xml
look like .repo/local_manifests/gts4lv.xml
was erased by the process ?