Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Branch Selection

Global Edition / CHN Edition

Q&A

Which Edition should I use?
A: Global Edition is recommended to A39/F1 Plus/F1S.

Chart

Codename Device
oppo6750_15127 A37M/T/TM
oppo6750_15131 A59M/S F1S
oppo6750_16021 A39
oppo6755_15111 R9M/TM/KM F1Plus

How to Build

$ apt install -yq make bc gcc lib32z1
$ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 -b android-6.0.1_r32 --depth=1
$ export Codename=(codename of your device)
$ export ARCH=arm64
$ export CROSS_COMPILE=$(pwd)/aarch64-linux-android-4.9/bin/aarch64-linux-android-
$ cd android_kernel_oppo_mt6750
# Apply patch before building #
$ wget https://github.com/Dawn-Blossoms/android_kernel_oppo_mt6750/releases/download/Backup/Fix-HeaderPath-L.patch
$ patch -p1 < Fix-HeaderPath-L.patch
# Patching End here #
$ make ${Codename}_debug_defconfig
# Optional Marcos can be found at Makefile #
$ make -j$(nproc --all) 2>&1 | tee build.log
# Kernel: arch/arm64/boot/Image.gz-dtb #
# Module: "hypnus" (Optional) #

About

For OPPO A37M/A39/A59/F1S/F1Plus/R9M

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors