Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 791 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 791 Bytes

Atomic-OS

Getting Started

To initialize your local repository using the our trees, use a command like this:

repo init -u https://github.com/Atomic-OS/platform_manifest.git -b oreo

or if you use ssh:

repo init -u [email protected]:Atomic-OS/platform_manifest.git -b oreo

Then to sync up:

repo sync --force-sync --force-broken --no-clone-bundle -jxxx (ur choice dude)

Finally to build:

  . build/envsetup.sh
  lunch aos_devicecodename-userdebug
  mka atomic

Credits