diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-21 17:55:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-21 17:57:38 +0100 |
commit | 562d8f57f0d684879ae62fb10dcf9dcea2bd213b (patch) | |
tree | 9feba3c890332e3f722669012a2190cf03498fab /configure.ac | |
parent | 97b096275af7054aed6cc8715e5cb968d7e5163f (diff) |
lokdocview: adapt Android path
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f6c541f805d2..85990acaa80b 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='*' |