diff options
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_linux-host_android-device_arm64-kernel.md | 11 |
1 files changed, 10 insertions, 1 deletions
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: |
