Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.23 KB

A glimpse of the project

The Pixel Project, an AOSP based custom rom lead by a passionate team aiming to provide a clean and smooth experience of stock android with Pixel Goodies.

Requirements

  • At least 250-300 GB free disk space.
  • A computer/server with at least 16GB RAM running Linux and a fast & stable internet connection.
  • Some basic knowledge of Linux commands, device tree management and git.

Instructions

Prerequisites

A properly configured build environment is required to build AOSP custom roms. A comprehensive guide for setting up the build environment can be found here.

Sync up the source

repo init -u https://github.com/The-Pixel-Project/manifest -b fourteen-qpr3 -g default,-mips,-darwin,-notdefault --git-lfs

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Build

Set up environment

. build/envsetup.sh

Choose a target

lunch aosp_$device-userdebug

Build the code

make bacon -j$(nproc --all)