T0lte - android Pie : problem before compilation

Hi all,

I have launched this command,

sudo docker run \
-v "/srv/e/src:/srv/src:delegated" \
-v "/srv/e/zips:/srv/zips:delegated" \
-v "/srv/e/logs:/srv/logs:delegated" \
-v "/srv/e/ccache:/srv/ccache:delegated" \
-e "BRANCH_NAME=v1-pie" \
-e "DEVICE_LIST=t0lte" \
-e "CUSTOM_PACKAGES='MuPDF GmsCore GsfProxy FakeStore com.google.android.maps.jar Mail BlissLauncher BlissIconPack MozillaNlpBackend OpenWeatherMapWeatherProvider AccountManager MagicEarth OpenCamera eDrive Weather Notes Tasks NominatimNlpBackend DroidGuard OpenKeychain Message Browser BrowserWebView Apps LibreOfficeViewer'" \
-e "SIGNATURE_SPOOFING=restricted" \
-e "OTA_URL=https://ota.ecloud.global/api" \
-e "REPO=https://gitlab.e.foundation/e/os/android.git" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest

I have this error,

>> [Mon Dec  2 18:18:38 UTC 2019] Starting build for t0lte, v1-pie branch
including vendor/lineage/vendorsetup.sh
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "lineage_t0lte".
18:19:24 dumpvars failed with: exit status 1
Device t0lte not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
Found repository: android_device_samsung_t0lte
Default revision: lineage-16.0
Checking branch info
Default revision lineage-16.0 not found in android_device_samsung_t0lte. Bailing.
Branches found:
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
jellybean
stable/cm-11.0-XNG3C
stable/cm-11.0
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
cm-10.2.0
cm-10.1.3
cm-10.1.3-RC2
cm-10.1.3-RC1
Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "lineage_t0lte".
18:19:27 dumpvars failed with: exit status 1
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "lineage_t0lte".
18:19:28 dumpvars failed with: exit status 1

** Don't have a product spec for: 'lineage_t0lte'
** Do you have the right repo manifest?

No such item in brunch menu. Try 'breakfast'
>> [Mon Dec  2 18:19:28 UTC 2019] Failed build for t0lte
>> [Mon Dec  2 18:19:28 UTC 2019] Finishing build for t0lte
>> [Mon Dec  2 18:19:28 UTC 2019] Cleaning source dir for device t0lte
18:19:28 Entire build directory removed.

#### build completed successfully  ####

Thanks a lot

Is it a xiaomi device ?? If yes, you have to fork the vendor file for your own and add them with your own manifest.xml

It’s descriped [HOWTO] Build /e/ without docker for non LineageOS supported devices

It’s a samsung device galaxy note II t0lte

Ok, than it’s different. :weary:

There is no official lineage16 available for your device. So you have to go as i have written before