From 7ba1f7e0dc432f9969db0b59fc0d79e6b59f0805 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 28 Jan 2021 12:54:23 +0100 Subject: [PATCH] doc: tell content of lib should be in lib64 for Android --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05698684..a13457c7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Then, you can build `lldpd` with the following commands: make install DESTDIR=$PWD/install Then, copy `install/system/bin/*` to `/system/bin` on the target -system and `install/system/lib/*.so*` to `/system/lib` on the target +system and `install/system/lib/*.so*` to `/system/lib64` on the target system. You may need to create `/data/data/lldpd` as well. [Android NDK]: https://developer.android.com/ndk -- 2.39.5