Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 588 Bytes

LineageOS

Getting started

1. mkdir -p LOS18 && cd LOS18
  1. Initialize your local repository using the LineageOS trees with a command
  repo init -u https://github.com/LineageOS/android.git -b lineage-18.1 --git-lfs
  1. Clone this repo:
  git clone https://github.com/CustomROMs/android_local_manifests_i9300 .repo/local_manifests -b lineage-18.1
  1. Sync LineageOS trees:
  repo sync --no-tags --no-clone-bundle --force-sync -c -j8
  1. To build:
  . build/envsetup.sh
  lunch lineage_i9300-userdebug
  make -j8 bacon