Skip to content

GlazeOS-devices/local_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GlazeOS for Xiaomi Devices

Initializing:

First, create a folder to hold the source code:

mkdir ~/glaze

Next, naviate into that new directory via the terminal:

cd ~/glaze

To initialize your local repository using the Turbo ROM trees, use this command:

repo init -u git://github.com/GlazeOS/manifest.git -b ng7.1

Also add the local manifests:

git clone https://github.com/GlazeOS-devices/local_manifest -b xiaomi .repo/local_manifests

Then sync up with this command:

repo sync

You can make the 4 higher depending on how fast your internet connection is.


Building from source

First:

cd ~/glaze

Second:

$ echo "export USE_CCACHE=1" >> ~/.bashrc
$ prebuilts/misc/linux-x86/ccache/ccache -M 80G

Third:

. build/envsetup.sh
brunch codename

About

Manifest for devices support GlazeOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published