Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Bug in CUSTOM_PACKAGE list

On docker command to run the compilation of the ROM, using the 'latest' branch, there is an error on CUSTOM_PACKAGES field list. The first and the last APP that you have, both are not installed correctly when install the ROM to the device.

Example: the base fields used in the 'docker run' command are:

-e "BRANCH_NAME=v1-pie"
-e "DEVICE_LIST=dipper"
-e "CCACHE_SIZE=100G"
-e "CUSTOM_PACKAGES='Light GmsCore GsfProxy FakeStore com.google.android.maps.jar Mail Librechair MozillaNlpBackend OpenWeatherMapWeatherProvider AccountManager eDrive Weather Notes Tasks NominatimNlpBackend DroidGuard OpenKeychain Message Apps LibreOfficeViewer'" \

With this example, the 'Light' and the 'LibreOfficeViewer' are not installed when start the device. The other apps are installed correctly and working perfectly.