diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-19 10:07:12 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-19 14:48:39 +0100 |
commit | b0d1ad82e33868683edd7a1e50f516f38d0634b0 (patch) | |
tree | 13bc6ecc03fd11fa981c425ce0c0223e0fb7801e /android | |
parent | 7d3addde836bbd8d990a363562310b237213527a (diff) |
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@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/README | 2 |
1 files changed, 1 insertions, 1 deletions
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" |