Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.76 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.76 KB

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