Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 796 Bytes

File metadata and controls

22 lines (19 loc) · 796 Bytes

FortuneOS

Getting Started:

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

To initialize your local repository, use a command like this:

repo init -u https://github.com/FortuneOS-CAF/platform_manifest.git -b vic

Then to sync up:

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

Compilation:

. build/envsetup.sh
lunch fortune_device-userdebug
mka fortune -j$(nproc --all)