From 3ac28884f7fa680ca7d4af78a60fd9699ae0ca37 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 27 Jan 2021 19:53:34 +0100 Subject: [PATCH] doc: tell minimum Android NDK this has been tested with With ndk21r, `LD` should be set to `ld.lld`. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d856e31..05698684 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,9 @@ user/group `_lldpd`. Have a look at how this is done in Installation (Android) ---------------------- -You need to download [Android NDK][]. Once unpacked, go inside the -unpacked directory and select a toolchain, a target, and an API level: +You need to download [Android NDK][] (version 22 or later). Once +unpacked, go inside the unpacked directory and select a toolchain, a +target, and an API level: export TOOLCHAIN=$PWD/toolchains/llvm/prebuilt/linux-x86_64 export TARGET=aarch64-linux-android -- 2.39.5