Skip to content

MT6797/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Android AOSP by Vernee/Mediatek

Source Code Provided by Vernee (http://bbs.vernee.cc/forum.php?mod=viewthread&tid=1455)

To get started with Android AOSP Build, you'll need to get familiar with Git and Repo (http://source.android.com/download/using-repo).

To initialize your local repository, use a command like this:

repo init -u https://github.com/MT6797/android.git -b ALPS-MP-M0.MP9-V1.78.1_NB6797_6C_M

To sync up:

repo sync

Then to build:

. build/envsetup.sh
lunch 
(select your device)
make -j4
make -j4 otapackage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published