Skip to content

xDroidOSS-Pixel/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdroidOSS | Only for Pixel Devices

a android based on AOSP with Minimalist UI Design.

Getting Started


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

Minimum Build Requirements : Linux OS with 8 core or more and 32 GB RAM (Swap Memory if RAM is not enough).

Sync source

To initialize your local repository, use command:

repo init -u https://github.com/xdroidOSS-Pixel/manifest -b udc_qpr1

Then sync up:

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

Build source

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch xdroid_$devicecodename-userdebug or user

Start compilation

make xd -j$(nproc --all)

Special Credits

Credits

About

Everything start from here!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published