From f2e7a911cb264e52ef9f5a56357553eaedfbefd1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 7 Nov 2018 13:25:35 +0100 Subject: [PATCH] doc: update documentation for Android See #305 for more details. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad889143..f61b6505 100644 --- a/README.md +++ b/README.md @@ -131,13 +131,16 @@ Then, you can build `lldpd` with the following commands: --host=arm-linux-androideabi \ --with-sysroot=$TOOLCHAIN/sysroot \ --prefix=/system \ - --sbindir=/system/bin + --sbindir=/system/bin \ + --runstatedir=/data/data/lldpd \ + --with-privsep-user=root \ + --with-privsep-group=root make 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. +system. You may need to create `/data/data/lldpd` as well. [Android NDK]: http://developer.android.com/tools/sdk/ndk/index.html -- 2.39.5