Skip to content

lofx-lee/android_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

PixelOS

Getting Started

To get started with the PixelOS sources, you'll need to get familiar with Git and Repo.

To initialize your local repository, use command:

repo init -u git@github.com:lofx-lee/android_manifest.git -b sixteen-qpr1 --git-lfs
repo init -u https://github.com/lofx-lee/android_manifest.git -b sixteen-qpr1 --git-lfs

Then sync up:

repo sync -j$(nproc --all)

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch custom_devicecodename-aosp_target_release-buildtype

lunch custom_nuwa-bp2a-userdebug

Start compilation

mka pixelos -j$(nproc --all)

Note:

aosp_target_release: bp2a (As of April ASB)
buildtype: user, userdebug, eng

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published