Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

LineageOS

Getting Started

To get started with Android/LineageOS, you'll need to get familiar with Git and Repo.

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

repo init -u git://github.com/LineageOS/android.git -b lineage-15.1

Then to sync up:

repo sync

Please see the LineageOS Wiki for further building instructions.

Building for Xiaomi Redmi 4A & Redmi 5A

To add sources for Xiaomi Redmi 4A:

mkdir -p .repo/local_manifests
wget https://raw.githubusercontent.com/redmidevs/android_manifest/rolex/roomservice.xml -O .repo/local_manifests/roomservice.xml

Then to sync up:

repo sync

To build:

. build/envsetup.sh
brunch rolex

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors