- Uses rajatgupta1998 branches
- Patch for DNS resolver to support underscores
- Building with https://github.com/lineageos4microg/docker-lineage-cicd (do not use the prebuilt image, its outdated, also for newer aosp revision (currently v74 is the newest) replace the repo in
src/build.sh
by https://github.com/Romern/android ) and:
docker run \
-e "BRANCH_NAME=lineage-15.1" \
-e 'JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m"'\
-e "DEVICE_LIST=athene" \
-e "SIGN_BUILDS=true" \
-e "INCLUDE_PROPRIETARY=true" \
-e "SIGNATURE_SPOOFING=restricted" \
-e "CLEAN_AFTER_BUILD=false" \
-e "CUSTOM_PACKAGES=GmsCore GsfProxy FakeStore MozillaNlpBackend NominatimNlpBackend com.google.android.maps.jar FDroid FDroidPrivilegedExtension " \
-v "/media/win/lineageosformicrog/lineage:/srv/src" \
-v "/media/win/lineageosformicrog/zips:/srv/zips" \
-v "/media/win/lineageosformicrog/logs:/srv/logs" \
-v "/media/win/lineageosformicrog/cache:/srv/ccache" \
-v "/media/win/lineageosformicrog/keys:/srv/keys" \
-v "/media/win/lineageosformicrog/manifests:/srv/local_manifests" \
lineageos4microgbuilder