From 7166c8652080a3d7d3f57851987090dec92cfb19 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Jan 2018 19:14:22 +0100 Subject: sys/linux: add ion and ashmem devices support Note: ion supercedes the old android interface, which is moved to sys/android. --- docs/linux/setup_linux-host_android-device_arm64-kernel.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/linux') 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 a91f8f5ca..70f720564 100644 --- a/docs/linux/setup_linux-host_android-device_arm64-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm64-kernel.md @@ -6,8 +6,17 @@ Prerequisites: - Build syzkaller +In case you have old Android `/dev/ion` driver: + +```sh +cp sys/android/* sys/linux +make generate +``` + +Then: + ```sh -$ make TARGETOS=linux TARGETARCH=arm64 +make TARGETOS=linux TARGETARCH=arm64 ``` - Create config with `"type": "adb"` and specify adb devices to use. For example: -- cgit mrf-deployment