[Libreoffice-commits] core.git: android/README
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 19 13:49:18 UTC 2021
android/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b0d1ad82e33868683edd7a1e50f516f38d0634b0
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Fri Mar 19 10:07:12 2021 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Fri Mar 19 14:48:39 2021 +0100
android: Update obj path in README
... according to the changes done in
commit 0dffc65236fbacf98047d6dbfc82b4efe7dd959b
Date: Fri Jun 5 08:59:26 2020 -0400
android: fix the build output directory
When compiling in a different build output directory,
the "liblo-native-code.so" file is created in the source directory and
it fails compiling the "online" project
Change-Id: I886231034bbe3937748d9b5ef56239aea3cf7b8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112702
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/android/README b/android/README
index 5b27ceb8e971..cfce3ddaa942 100644
--- a/android/README
+++ b/android/README
@@ -241,7 +241,7 @@ Using lldb from within Android Studio is more comfortable though and works like
- make sure you select the right build variant (strippedUIDebug is what you want)
- use Run|Edit Configurations to create a new configuration of type "Android Native"
- on tab "General" pick module "source"
- - on tab "Native Debugger" add android/source/obj/local/<hostarch> to
+ - on tab "Native Debugger" add android/obj/local/<hostarch> to
the Symbol directories
- on the LLDB startup commands tab add
"command script import /path/to/solenv/lldb/libreoffice/LO.py"
More information about the Libreoffice-commits
mailing list