Skip to content

Docker File for Compiling AOSP on Fedora Silverblue (Buildah + Podman)

Notifications You must be signed in to change notification settings

dylangerdaly/aosp-buildah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Android AOSP Dockerfile

Dockerfile for Compiling Android AOSP

Getting Started

Assuming you're running Fedora Silverblue (Buildah & Podman) - /work is being used as an example.

git clone https://github.com/dylangerdaly/aosp-buildah.git
cd aosp-buildah
buildah bud .
# You should have a new image
podman images
# Note the Image ID
podman run --rm -it -v /work/pie:/build:Z -v /work/ccache:/ccache:Z -v /work/ssh_keys:/home/build/.ssh:Z <IMAGE_ID> bash

Don't forget to set the ccache size!

prebuilts/misc/linux-x86/ccache/ccache -M 70GB

About

Docker File for Compiling AOSP on Fedora Silverblue (Buildah + Podman)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published