summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-03-19 10:07:12 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2021-03-22 08:45:00 +0100
commit1c2700e55dc3b045bc09b539705b5c8b43fe0f38 (patch)
treeb7f7e33a0c19848d9f40e96443248924414d3524
parent4dc452895e1814c070778d07bdb5193a8acf3aeb (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> (cherry picked from commit b0d1ad82e33868683edd7a1e50f516f38d0634b0)
-rw-r--r--android/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/README b/android/README
index 2e2fe5a434e8..e7e5c03faaf4 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"