Skip to content

Manifest file for REPO initialization for compile AOSP DOOGEE X5PRO and X5 Android 7.x

Notifications You must be signed in to change notification settings

SnowCat6/DOOGEE-X5PRO-MTK-AOSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Prepare folder, you must download MTK source code from internet and unpack into this place.

This all custom files for compile DOOGEE X5PRO NT6735P and DOOGEE X5 MT6580 mobile phones.

Make folder for source code of AOSP MTK

mkdir alps
cd alps

initialize REPO with sources

repo init -u https://github.com/SnowCat6/DOOGEE-X5PRO-MTK-AOSP.git
repo sync -j4

make AOSP android 7.x - automatic detection settings for DOOGEE X5PROx32 AOSP

. build/envsetup.sh
lunch full_X5PROx32-user && make -j4

for DOOGEE X5PROx64 AOSP

. build/envsetup.sh
lunch full_X5PROx64-user && make -j4

for DOOGEE X5 6580 AOSP

. build/envsetup.sh
lunch full_X5-user && make -j4

Good like!

If you have less than 15GB RAM you must execute script before any build step

export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx3500m"

About

Manifest file for REPO initialization for compile AOSP DOOGEE X5PRO and X5 Android 7.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published