Skip to content

redmidevs/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors