Skip to content

TPP-Labs/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/TPP-Labs/manifest.git -b 15.1 -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)

Credits


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%