Realme 3 Pro - RMX1851

Realme 3 pro - RMX1851

Supported Android Versions :
Pie (shipped with),
Q (upgradable)

Currently Running:
LineageOS Android Q Official Rom with no Gapps Flashed

Currently Unmaintained

Unlike what is indicated in LineageOS wiki, 17.1 (Q, right ?) sources seems available : https://github.com/LineageOS/android_device_realme_RMX1851

Oh thats good to know , I am currently using LineageOS as I said.
Thank you for sending me the source and indicating that it is still maintained.

I would like to use /e/ OS and I know that it is indeed difficult for you to build for this model.

Please let me know if /e/ OS releases for Realme 3 Pro RMX1851. I hope that may happen sooner.

Thank you.

Trying to build /e/ Q, I got this error log : https://textbin.net/hm0nujqku0
Any help welcome !

Build Docker script :

#!/bin/bash
docker pull registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community
docker run \
-v "/srv/src:/srv/src" \
-v "/srv/zips:/srv/zips" \
-v "/srv/logs:/srv/logs" \
-v "/srv/ccache:/srv/ccache" \
-v "/srv/mirror:/srv/mirror" \
-e "BRANCH_NAME=v0.16.2-q" \
-e "DEVICE_LIST=RMX1851" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
-e "ANDROID_JACK_VM_ARGS=-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx20G" \
registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community