From 12c7428ad27a7abbcb1dbf342af448021e8cd372 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Theou Date: Wed, 9 May 2018 01:12:05 +0900 Subject: docs: add link for PH-1 kernel Signed-off-by: Jean-Baptiste Theou --- docs/linux/setup_linux-host_android-device_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_linux-host_android-device_arm64-kernel.md') diff --git a/docs/linux/setup_linux-host_android-device_arm64-kernel.md b/docs/linux/setup_linux-host_android-device_arm64-kernel.md index 70f720564..77ffa6eaa 100644 --- a/docs/linux/setup_linux-host_android-device_arm64-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm64-kernel.md @@ -38,4 +38,4 @@ make TARGETOS=linux TARGETARCH=arm64 - Start `syz-manager -config adb.cfg` as usual. If you get issues after `syz-manager` starts, consider running it with the `-debug` flag. -Also see [this page](/docs/troubleshooting.md) for troubleshooting tips and [Building a Pixel kernel with KASAN+KCOV](https://source.android.com/devices/tech/debug/kasan-kcov) for kernel build/boot instructions. +Also see [this page](/docs/troubleshooting.md) for troubleshooting tips and [Building a Pixel kernel with KASAN+KCOV](https://source.android.com/devices/tech/debug/kasan-kcov) or [Building a PH-1 kernel with KASAN+KCOV](https://github.com/EssentialOpenSource/kernel-manifest/blob/master/README.md) for kernel build/boot instructions. -- cgit mrf-deployment