LinuxPanda / android_kernel_xiaomi_rosy

I'm archiving the repo temporarily till I get back to working on the kernel again. "doge kernel" tree for xiaomi redmi 5 \\Warning: Rebase & Force Push//
Other
0 stars 7 forks source link
5 android doge-kernel kernel redmi rosy xiaomi

"doge kernel [arm64]" pie tree for Xiaomi Redmi 5 [rosy]

Kernel source

This 3.18.x kernel tree is based on android-linux-stable/msm-3.18 tree's kernel.lnx.3.18.r34-rel branch merged with LA.UM.8.6.r1-xxxx CAF tags.

Cloning

Shallow Clone

If you're just cloning it just for building, then use the following command to save bandwidth & space.

git clone --single-branch --depth=1 https://github.com/LinuxPanda/android_kernel_xiaomi_rosy.git -b 3.18

Full Clone

If you need the entire commit history, then the usual single branch clone command.

git clone --single-branch https://github.com/LinuxPanda/android_kernel_xiaomi_rosy.git -b 3.18

Building

Please build using rosy-doge_defconfig

Bugs

None

Credits

Huge Thanks to @nathanchance for creating & maintaining the android-linux-stable repo.

Thanks to @cryptomilk for the kernel-sdfat repo.