Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 507 Bytes

README.mkdn

File metadata and controls

17 lines (14 loc) · 507 Bytes

LineageOS

Getting started

To get started with Android/LineageOS, you'll need to get familiar with Source Control Tools.

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

repo init -u https://github.com/droid-legacy/android.git -b lineage-19.1 --git-lfs

Then to sync up:

repo sync

Please see the LineageOS Wiki for building instructions, by device.