From 4270e7a743ab65abd5d385046838f31ca39a3fa5 Mon Sep 17 00:00:00 2001 From: Stefan Andritoiu Date: Tue, 14 Mar 2017 20:40:30 +0200 Subject: [PATCH] periphmraa: Corrected typo in documentation Signed-off-by: Stefan Andritoiu Signed-off-by: Brendan Le Foll --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index db1bfbb..d89ee9e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -187,7 +187,7 @@ cmake -DRPM=ON -DCMAKE_INSTALL_PREFIX=/usr .. ## Building for Peripheralmanager Android Things -Change src/CMakeLists.txt:146 to the location of libandroidthings.so on your +Change src/CMakeLists.txt:140 to the location of libandroidthings.so on your machine or have it in your Android NDK. Switch the toolchain file var to point to where your Android NDK is (here android-ndk is in /opt).