From: Vincent Bernat Date: Wed, 7 Nov 2018 12:25:35 +0000 (+0100) Subject: doc: update documentation for Android X-Git-Tag: 1.0.2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2e7a911cb264e52ef9f5a56357553eaedfbefd1;p=thirdparty%2Flldpd.git doc: update documentation for Android See #305 for more details. --- 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