aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/ocn/manifest.xml
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2020-02-05 22:55:47 +0800
committerGitHub <noreply@github.com>2020-02-05 15:55:47 +0100
commit5280245f29d21d6e5851107b15731b4ed76c33c3 (patch)
tree2588f26c70d49b98ef394a7281a93c4717575eab /kernels/ocn/manifest.xml
parentFebruary update (diff)
downloadandroid-wireguard-module-builder-5280245f29d21d6e5851107b15731b4ed76c33c3.tar.xz
android-wireguard-module-builder-5280245f29d21d6e5851107b15731b4ed76c33c3.zip
kernels: add htc ocn
Apparently, the ocn kernel source tree is created by the same one that maintains the TWRP image [1]. Only a few irrelevant files are different from the kernel in the tarball downloaded from htcdev.com (ocndtwl-4.4.153-perf-g0041d80.tar.gz). $ diff -ur android_kernel_htc_ocn kernel Only in android_kernel_htc_ocn: .git Only in android_kernel_htc_ocn: .gitignore Only in kernel/Documentation/DocBook/media/dvb: dvbstb.pdf Only in kernel/Documentation/DocBook/media/v4l: crop.pdf Only in kernel/Documentation/DocBook/media/v4l: fieldseq_bt.pdf Only in kernel/Documentation/DocBook/media/v4l: fieldseq_tb.pdf Only in kernel/Documentation/DocBook/media/v4l: pipeline.pdf Only in kernel/Documentation/DocBook/media/v4l: vbi_525.pdf Only in kernel/Documentation/DocBook/media/v4l: vbi_625.pdf Only in kernel/Documentation/DocBook/media/v4l: vbi_hsync.pdf Only in android_kernel_htc_ocn: Readme.txt Only in kernel/arch/sh/boot/compressed: vmlinux.scr Only in kernel/arch/sh/boot/romimage: vmlinux.scr I've tested the built module wireguard-80ee34126cd97c9a15bc3b970a6f38ce30852d0b8547dbcc43eee22956aa1934.ko on my ocndugl device. [1] https://twrp.me/htc/htcu11.html Signed-off-by: Chih-Hsuan Yen <yan12125@gmail.com>
Diffstat (limited to 'kernels/ocn/manifest.xml')
-rw-r--r--kernels/ocn/manifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernels/ocn/manifest.xml b/kernels/ocn/manifest.xml
new file mode 100644
index 0000000..312cc1f
--- /dev/null
+++ b/kernels/ocn/manifest.xml
@@ -0,0 +1,10 @@
+<manifest>
+ <remote name="aosp" fetch="https://android.googlesource.com/" />
+ <remote name="github_CaptainThrowback" fetch="https://github.com/CaptainThrowback" />
+
+ <default remote="aosp" sync-j="4" />
+
+ <project path="kernel" name="android_kernel_htc_ocn" remote="github_CaptainThrowback" revision="3.38.1405.1_R5" clone-depth="1" />
+ <!-- use an older version of the toolchain as building this kernel requires GCC, while GCC is absent from the latest version -->
+ <project path="aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" revision="ndk-r13-release" clone-depth="1" />
+</manifest>