derlaft / lineageos14.1-arch-docker-builder

Arch-based environment to build lineageos14.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lineageos14.1-arch-docker-builder

  • Image is based on arch. This allows to use lineageos-devel AUR package.
  • I only tested building it on LineageOS 14.1 (Nougat).
    • It should also work with Oreo, but I have not tested that.
    • It should also work with other versions, but you need to install the right jdk version.
    • It should also work with AOSP, just install aosp-devel istead of lineageos-devel
  • ccache is enabled by default (50G)

For more documentation, please see Archwiki: Building Android

Usage

  • Get docker and GNU Make
  • Run make - it will build the image and run it, mounting android/ folder into the image.
  • Follow build instructions for your device. Example: crackling.

About

Arch-based environment to build lineageos14.1

License:Do What The F*ck You Want To Public License


Languages

Language:Dockerfile 90.3%Language:Makefile 9.7%