Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.05 KB

PalladiumOS


Palladium OS

To get started with Palladium-OS, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository, run this command:

repo init -u [email protected]:Palladium-u/platform_manifest.git -b 14

Afterwards, sync the source by running this command:

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

Building Palladium OS

In order to build, use this command:

. build/env*
lunch palladium_<devicecodename>-userdebug
make palladium -j$(nproc --all)

Credits: