[CUSTOM BUILD] bacon -- Android Q - version Sept. 15th

I have build a Q-eOS rom for bacon with the alpha sources from eOS.
I have made a short test and it seems everything works fine.

September, 15th: new version with recent button fix

It is really a custom build, because I have made some changes in bootanimation, background, launcher and I have removed all goolag calls which are still in the alpha sources.

download here https://ecloud.global/s/MmDRGxnQRyAPJ5X

3 Likes

Hi !
I am willing to upgrade the Q build for bacon, as it seems to be officially unofficially suported here : https://community.e.foundation/t/list-of-devices-maintained-discontinued-by-lineageos-with-all-the-versions-branches-available/18142

But each time i try, i got an error in the build for pie and q… it only worked for nougat with :

sudo docker run -v “/srv/e/src:/srv/src” -v “/srv/e/zips:/srv/zips” -v “/srv/e/logs:/srv/logs” -v “/srv/e/ccache:/srv/ccache” -e “BRANCH_NAME=v1-nougat” -e “DEVICE_LIST=bacon” -e “OTA_URL=ota.ecloud.global/api” -e “REPO=https://gitlab.e.foundation/e/os/android.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

also the oreo worked fine :

sudo docker run -v “/srv/e/src:/srv/src” -v “/srv/e/zips:/srv/zips” -v “/srv/e/logs:/srv/logs” -v “/srv/e/ccache:/srv/ccache” -e “BRANCH_NAME=v1-oreo” -e “DEVICE_LIST=bacon” -e “OTA_URL=ota.ecloud.global/api” -e “REPO=https://gitlab.e.foundation/e/os/android.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

but not the pie (i tried to remove the OTA url, but it resulsts the same):

sudo docker run -v “/srv/e/src:/srv/src” -v “/srv/e/zips:/srv/zips” -v “/srv/e/logs:/srv/logs” -v “/srv/e/ccache:/srv/ccache” -e “BRANCH_NAME=v1-pie” -e “DEVICE_LIST=bacon” -e “OTA_URL=” -e “REPO=https://gitlab.e.foundation/e/os/android.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

In the log of the repository i always have the message :

A new version of repo (2.11) is available.
… You should upgrade soon:

But when i upgrade using

sudo docker pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

It sais that it is already on the last version.

Here is the Bacon Log header :

[Tue Feb 2 18:10:30 UTC 2021] Starting build for bacon, v1-pie branch
including vendor/lineage/vendorsetup.sh
build/make/core/product_config.mk:234: error: Can not locate config makefile for product “lineage_bacon”.
18:10:33 dumpvars failed with: exit status 1

… A new version of repo (2.11) is available.
… You should upgrade soon:
cp /srv/src/PIE/.repo/repo/repo /usr/local/bin/repo

repo sync has finished successfully.

… A new version of repo (2.11) is available.
… You should upgrade soon:
cp /srv/src/PIE/.repo/repo/repo /usr/local/bin/repo

Do you have an idea on how to make in work on pie and q ?

Thanks !