summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-21 17:55:28 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-10-15 10:28:23 +0200
commite2fdaf913f836662bd9baf4d5c85eb5021dec54b (patch)
tree2fd82416d4c07e07401dbc031457a7243e67646b /configure.ac
parentc48cd2730f30b6702066d07089a60d6a8f9367ae (diff)
lokdocview: adapt Android path
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182 (cherry picked from commit 562d8f57f0d684879ae62fb10dcf9dcea2bd213b)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7ddcc524730f..d55ebdd44c45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,8 +360,8 @@ if test -n "$with_android_ndk"; then
# Check if there is a 64-bit tool-chain. Google provides a NDK with 64-bit tool-chain binaries in
# NDK r8e and later, and for earlier NDKs it was possible to build one yourself. Using a 64-bit
# linker is required if you compile large parts of the code with -g. A 32-bit linker just won't
- # manage to link the (app-specific) single huge .so that is built for the apps in
- # android/experimental/* if there is debug information in a significant part of the object files.
+ # manage to link the (app-specific) single huge .so that is built for the app in
+ # android/source/ if there is debug information in a significant part of the object files.
# (A 64-bit ld.gold grows to much over 10 gigabytes of virtual space when linking such a .so if
# all objects have been built with debug information.)
toolchain_system='*'